Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 85647) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -150,6 +150,10 @@ |
// without having to restart the browser). |
const char kDebugDevToolsFrontend[] = "debug-devtools-frontend"; |
+// Enables a frame context menu item that toggles the frame in and out of glass |
+// mode (Windows Vista and up only). |
+const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle"; |
+ |
// Enables support to debug printing subsystem. |
const char kDebugPrint[] = "debug-print"; |