Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 04a8b7f91c77e886016f7bfe2e3fe4c534ee1ed8..c77b966a0842fb5174aa2558b602229c1849ee58 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -266,6 +266,10 @@ const char kDisableBrowserPluginCompositing[] = |
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/Disable the creation of compositing layers for fixed position |
// elements. Three options are needed to support four possible scenarios: |
// 1. Default (disabled) |