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

Unified Diff: chrome/common/render_messages_params.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
Index: chrome/common/render_messages_params.h
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
index a64d5faf30ada21f7b46697d96e5a1d8cd9c453c..fc46e1053a01354b6dc90e98851a7ab600571cc8 100644
--- a/chrome/common/render_messages_params.h
+++ b/chrome/common/render_messages_params.h
@@ -633,6 +633,9 @@ struct ViewHostMsg_IDBFactoryOpen_Params {
// The description of the database.
string16 description_;
+
+ // The maximum size of the database.
+ uint64 maximum_size_;
};
// Used to create an object store.
« no previous file with comments | « chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc ('k') | chrome/common/render_messages_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698