Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 43c7174f4f2c6b789948167f3819c9159a082de2..175a2c776094a81f0575e59bad6cdd73a1481211 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -376,6 +376,10 @@ const char kEnableOverlayFullscreenVideo[] = "enable-overlay-fullscreen-video"; |
// Enables compositor-accelerated touch-screen pinch gestures. |
const char kEnablePinch[] = "enable-pinch"; |
+// Enables testing features of the Plugin Placeholder. |
Bernhard Bauer
2015/05/11 08:03:53
Can you add "For internal use only"?
tommycli
2015/05/11 17:00:08
Done.
|
+const char kEnablePluginPlaceholderTesting[] = |
+ "enable-plugin-placeholder-testing"; |
+ |
// Make the values returned to window.performance.memory more granular and more |
// up to date in shared worker. Without this flag, the memory information is |
// still available, but it is bucketized and updated less frequently. This flag |