Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 106500) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1093,6 +1093,9 @@ |
// Whether to show the image-based login. |
const char kEnableLoginImages[] = "enable-login-images"; |
+// Enables mobile setup in a dialog. |
+const char kEnableMobileSetupDialog[] = "enable-mobile-dialog"; |
+ |
// Rotates the screen in response to orientation changed events from dbus. Will |
// be reused for more generic sensors. |
const char kEnableSensors[] = "enable-sensors"; |