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"; |