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

Unified Diff: chrome/browser/in_process_webkit/storage_namespace.cc

Issue 282005: Oops, dom_storage_dispatcher_host.h got left out of the change, and I introdu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/browser/in_process_webkit/dom_storage_dispatcher_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/in_process_webkit/storage_namespace.cc
===================================================================
--- chrome/browser/in_process_webkit/storage_namespace.cc (revision 29130)
+++ chrome/browser/in_process_webkit/storage_namespace.cc (working copy)
@@ -101,7 +101,7 @@
if (dom_storage_type_ == DOM_STORAGE_LOCAL) {
storage_namespace_.reset(
WebStorageNamespace::createLocalStorageNamespace(data_dir_path_,
- kLocalStorageQuota);
+ kLocalStorageQuota));
} else {
storage_namespace_.reset(
WebStorageNamespace::createSessionStorageNamespace());
« no previous file with comments | « chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698