| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 7f418da3df01feee74c91ef9ee2f1e98f786b06c..cc87ec15e3ed9ce58dbcca4228947e7539c88d37 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 initializing Google Drive offline mode on first run.
|
| +const char kEnableDriveOfflineFirstRun[] = "enable-drive-offline-first-run";
|
| +
|
| // Enable to show the indicator about the IME (input method editor) mode
|
| // on Chrome OS.
|
| const char kEnableIMEModeIndicator[] = "enable-ime-mode-indicator";
|
|
|