| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a968fe5b2de1b77ec5d317dcfbbecec68c1c1a3f..45a604d6a168b7ef2c033371b84549880587de2b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -504,6 +504,9 @@ const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
|
| // Enables experimental discovery slots in New Tab page.
|
| const char kEnableDiscoveryInNewTabPage[] = "enable-discovery-ntp";
|
|
|
| +// Enables Drive v2 API instead of Google Documents List API.
|
| +const char kEnableDriveV2Api[] = "enable-drive-v2-api";
|
| +
|
| // Enables extensions to be easily installed from sites other than the web
|
| // store. Without this flag, they can still be installed, but must be manually
|
| // dragged onto chrome://extensions/.
|
| @@ -1394,9 +1397,6 @@ const char kEnableTouchpadThreeFingerClick[]
|
| // Skips OAuth part of ChromeOS login process.
|
| const char kSkipOAuthLogin[] = "skip-oauth-login";
|
|
|
| -// Enables Drive v2 API instead of Google Documents List API.
|
| -const char kEnableDriveV2Api[] = "enable-drive-v2-api";
|
| -
|
| // Use level db for drive metadata storage.
|
| const char kUseLevelDBForGData[] = "use-leveldb-for-gdata";
|
|
|
|
|