Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index 42ffe241eb1398cc4c6d1656c2e0428dfb5d375c..7046a45e9694ceb7055019934d8ed530dab036dc 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -82,6 +82,9 @@ const char kEnableCarrierSwitching[] = "enable-carrier-switching"; |
| const char kEnableChromeCaptivePortalDetector[] = |
| "enable-chrome-captive-portal-detector"; |
| +// Enables automatically opting into Google Drive offline mode on first run. |
|
achuithb
2013/11/01 19:25:15
I think we have a bunch of memes about auto-opt-in
Tim Song
2013/11/02 00:13:14
Done.
|
| +const char kEnableDriveOfflineOptIn[] = "enable-drive-offline-opt-in"; |
| + |
| // Enable to show the indicator about the IME (input method editor) mode |
| // on Chrome OS. |
| const char kEnableIMEModeIndicator[] = "enable-ime-mode-indicator"; |