| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 31108)
|
| +++ chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy)
|
| @@ -180,7 +180,7 @@
|
| command_line.HasSwitch(switches::kEnableApplicationCache);
|
|
|
| web_prefs.local_storage_enabled =
|
| - command_line.HasSwitch(switches::kEnableLocalStorage);
|
| + !command_line.HasSwitch(switches::kDisableLocalStorage);
|
| web_prefs.databases_enabled =
|
| command_line.HasSwitch(switches::kEnableDatabases);
|
| web_prefs.experimental_webgl_enabled =
|
|
|