| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1d5b99ad829b585bdb7a41e0151fe1076b091712..7b73ca236cdf22e2be2932df9a4164e0204e933f 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 http://crbug.com/108992 is fixed.
|
| +extern const char kEnableManagedStorage[] = "enable-managed-storage";
|
| +
|
| // Enables media gallery UI elements and permission management.
|
| const char kEnableMediaGalleryUI[] = "enable-media-gallery-ui";
|
|
|
|
|