Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 89890) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1115,10 +1115,13 @@ |
const char kKioskMode[] = "kiosk"; |
#endif |
+#if defined(TOOLKIT_VIEWS) |
// Enables debug paint in views framework. Enabling this causes the damaged |
// region being painted to flash in red. |
-#if defined(TOOLKIT_VIEWS) |
const char kDebugViewsPaint[] = "debug-views-paint"; |
+ |
+// Runs Chrome inside the views desktop shell. |
+const char kViewsDesktop[] = "views-desktop"; |
#endif |
// Debug only switch to prevent the mouse cursor from disappearing when |