Chromium Code Reviews

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

Issue 11052019: <browser> Make new implementation the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browsertests for browser plugin. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index e1b1aaed78c7fff58fefcbe27f1b0d5b1ceec85a..46b45e6f70bf9fc9f5d9d76e8be368a4651425a0 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -91,6 +91,7 @@ CONTENT_EXPORT extern const char kEnableAcceleratedPainting[];
CONTENT_EXPORT extern const char kEnableAcceleratedFilters[];
extern const char kEnableAcceleratedPlugins[];
extern const char kEnableAccessibilityLogging[];
+extern const char kEnableBrowserPluginOldImplementation[];
CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
extern const char kEnableCssShaders[];
CONTENT_EXPORT extern const char kEnableDeviceMotion[];

Powered by Google App Engine