Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5723)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10829142: Disable the managed storage API behind a flag for M22. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated docs Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/storage.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 1d5b99ad829b585bdb7a41e0151fe1076b091712..9fb735aa8d0da7ae336d021ac512dfc4748e80ff 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -563,6 +563,10 @@ const char kEnableIPCFuzzing[] = "enable-ipc-fuzzing";
// attempt to use the existing connection.
const char kEnableIPPooling[] = "enable-ip-pooling";
+// The managed storage extension API is disabled by default for now. This
+// flag can be used to enable it until it is released.
Nico 2012/08/02 15:56:10 nit: Add a TODO to remove once bug 108992 is fixed
Joao da Silva 2012/08/03 08:23:31 Done.
+extern const char kEnableManagedStorage[] = "enable-managed-storage";
+
// Enables media gallery UI elements and permission management.
const char kEnableMediaGalleryUI[] = "enable-media-gallery-ui";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/storage.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698