| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index dc61a75099c070b98c35e04b9b8278bb90e626cd..63c391da8107fa551977c135cded15359eec4970 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -77,9 +77,6 @@ const char kEnableBackgroundLoader[] = "enable-background-loader";
|
| // Enables switching between different cellular carriers from the UI.
|
| const char kEnableCarrierSwitching[] = "enable-carrier-switching";
|
|
|
| -// Enables automatically initializing Google Drive offline mode on first run.
|
| -const char kEnableDriveOfflineFirstRun[] = "enable-drive-offline-first-run";
|
| -
|
| // Enable "interactive" mode for stub implemenations (e.g. NetworkStateHandler)
|
| const char kEnableStubInteractive[] = "enable-stub-interactive";
|
|
|
|
|