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

Unified Diff: chrome/renderer/indexed_db_dispatcher.h

Issue 3729003: Add plumbing for passing the indexed database quota via IDBFactory::open (Closed)
Patch Set: Address Jeremy's comments Created 10 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/common/render_messages_params.cc ('k') | chrome/renderer/indexed_db_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/indexed_db_dispatcher.h
diff --git a/chrome/renderer/indexed_db_dispatcher.h b/chrome/renderer/indexed_db_dispatcher.h
index 8e78141d0c9cfd961cd44cccea614960588c70d4..a776d928e95a9f2808a7fc97e243b99c86825a69 100644
--- a/chrome/renderer/indexed_db_dispatcher.h
+++ b/chrome/renderer/indexed_db_dispatcher.h
@@ -33,9 +33,12 @@ class IndexedDBDispatcher {
bool OnMessageReceived(const IPC::Message& msg);
void RequestIDBFactoryOpen(
- const string16& name, const string16& description,
- WebKit::WebIDBCallbacks* callbacks, const string16& origin,
- WebKit::WebFrame* web_frame);
+ const string16& name,
+ const string16& description,
+ WebKit::WebIDBCallbacks* callbacks,
+ const string16& origin,
+ WebKit::WebFrame* web_frame,
+ uint64 maximum_size);
void RequestIDBCursorUpdate(
const SerializedScriptValue& value,
« no previous file with comments | « chrome/common/render_messages_params.cc ('k') | chrome/renderer/indexed_db_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698