summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-17 20:33:42 +0000
committerlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-17 20:33:42 +0000
commit5924a4e4929d2649c4a4688b3b3fb8b84f8dc98f (patch)
tree1b83e1dd5328bb3b0e151aa3c344499e082a6ee9
parent12375cd0c0a2e845f592c41a5d175ce23c1bc255 (diff)
downloadchromium_src-5924a4e4929d2649c4a4688b3b3fb8b84f8dc98f.zip
chromium_src-5924a4e4929d2649c4a4688b3b3fb8b84f8dc98f.tar.gz
chromium_src-5924a4e4929d2649c4a4688b3b3fb8b84f8dc98f.tar.bz2
Remove unused flag --enable-browser-plugin-drag-drop.
BUG=352384 Test=None, internal flag cleanup. Review URL: https://codereview.chromium.org/200893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257488 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/public/common/content_switches.cc4
-rw-r--r--content/public/common/content_switches.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 2ede836..63be954 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -376,10 +376,6 @@ const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling";
const char kEnableBrowserPluginForAllViewTypes[] =
"enable-browser-plugin-for-all-view-types";
-// Enables Drag and Drop into and out of Browser Plugin.
-// kEnableBrowserPluginGuestViews must also be set at this time.
-const char kEnableBrowserPluginDragDrop[] = "enable-browser-plugin-drag-drop";
-
// Enable the creation of compositing layers for fixed position
// elements. Three options are needed to support four possible scenarios:
// 1. Default (disabled)
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 30bee7f..27d74a1 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -116,7 +116,6 @@ CONTENT_EXPORT extern const char kEnableLayerSquashing[];
extern const char kEnableAccessibilityLogging[];
CONTENT_EXPORT extern const char kEnableBeginFrameScheduling[];
CONTENT_EXPORT extern const char kEnableBrowserPluginForAllViewTypes[];
-CONTENT_EXPORT extern const char kEnableBrowserPluginDragDrop[];
CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
CONTENT_EXPORT extern const char kEnableCompositingForTransition[];
CONTENT_EXPORT extern const char kEnableDeferredImageDecoding[];