Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index d82c9b271a1a27b86c17f050f73179a717b9212c..c70c2f3360d1df404a8d2dfd06f660324e4b1da3 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -247,6 +247,10 @@ const char kEnableAcceleratedFilters[] = "enable-accelerated-filters"; |
// Turns on extremely verbose logging of accessibility events. |
const char kEnableAccessibilityLogging[] = "enable-accessibility-logging"; |
+// Enables browser plugin for all types of pages. |
+const char kEnableBrowserPluginForAllViewTypes[] = |
+ "enable-browser-plugin-for-all-view-types"; |
+ |
// Enables old implementation path for browser plugin instead of current one. |
const char kEnableBrowserPluginOldImplementation[] = |
"enable-browser-plugin-old-implementation"; |