blob: 866b3560eb6a1adb415f05cd48c73ccf2809f395 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/public/browser/browser_plugin_guest_delegate.h"
namespace content {
bool BrowserPluginGuestDelegate::IsDragAndDropEnabled() {
return false;
}
} // namespace content