Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1742)

Unified Diff: content/public/common/content_switches.cc

Issue 11035070: <browser> Disable browser plugin in content_shell by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort one include and arg in a list. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698