Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 249482) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -478,6 +478,9 @@ |
// Use high resolution timers for TimeTicks. |
const char kEnableHighResolutionTime[] = "enable-high-resolution-time"; |
+ |
+// Disable the Legacy Window which corresponds to the size of the WebContents. |
+const char kDisableLegacyIntermediateWindow[] = "disable-legacy-window"; |
#endif |
// Enable HTML Imports |