| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 31108)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -188,8 +188,8 @@
|
| // testing, for example page cycler and layout tests. See bug 1157243.
|
| const char kEnableFileCookies[] = "enable-file-cookies";
|
|
|
| -// Enable local storage. Still buggy.
|
| -const char kEnableLocalStorage[] = "enable-local-storage";
|
| +// Disable LocalStorage.
|
| +const char kDisableLocalStorage[] = "disable-local-storage";
|
|
|
| // Force logging to be enabled. Logging is disabled by default in release
|
| // builds.
|
|
|