Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index a7ffa551ff7eb0f9b4ae1afed99f0a363ac3fa69..061c603e5d6d476f27164279465811deadd99c59 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 regular pages as well (not just apps). |
Charlie Reis
2012/10/08 16:47:20
The "not just apps" part doesn't make sense in the
lazyboy
2012/10/08 19:23:57
Done.
|
+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"; |