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

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

Issue 255050: Quota support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/storage_namespace.h ('k') | chrome/common/render_messages_internal.h » ('j') | 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 27909)
+++ chrome/browser/in_process_webkit/storage_namespace.cc (working copy)
@@ -24,7 +24,8 @@
DCHECK(!dom_storage_context->GetStorageNamespace(id));
WebString path = webkit_glue::FilePathToWebString(dir_path);
WebStorageNamespace* web_storage_namespace =
- WebStorageNamespace::createLocalStorageNamespace(path);
+ WebStorageNamespace::createLocalStorageNamespace(path,
+ kLocalStorageQuota);
return new StorageNamespace(dom_storage_context, web_storage_namespace, id,
DOM_STORAGE_LOCAL);
}
« no previous file with comments | « chrome/browser/in_process_webkit/storage_namespace.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698