Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 49ef645197fac32c71d764c576b4a37ea299e331..941fba71bb816156c7c7fb207feed78c393cfa95 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -499,6 +499,9 @@ const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps"; |
// If true devtools experimental settings are enabled. |
const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; |
+// Enables Drive v2 API instead of Google Documents List API. |
+const char kEnableDriveV2Api[] = "enable-drive-v2-api"; |
satorux1
2012/07/09 15:58:11
could you create a separate patch that adds this f
kochi
2012/07/10 09:01:14
Done.
https://chromiumcodereview.appspot.com/10753
|
+ |
// 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/. |