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

Unified Diff: chrome/renderer/renderer_webidbfactory_impl.cc

Issue 6627081: IndexedDB: Add --level-db flag, and pipe through to WebIDBFactory::open. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 9 years, 9 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/renderer/renderer_webidbfactory_impl.cc
diff --git a/chrome/renderer/renderer_webidbfactory_impl.cc b/chrome/renderer/renderer_webidbfactory_impl.cc
index 5efa5520303f4e8271e6e01d5a71965c2ab1a423..66914d9e1997e82e97f2659c6fc15b1853cd736e 100644
--- a/chrome/renderer/renderer_webidbfactory_impl.cc
+++ b/chrome/renderer/renderer_webidbfactory_impl.cc
@@ -29,7 +29,8 @@ void RendererWebIDBFactoryImpl::open(
const WebSecurityOrigin& origin,
WebFrame* web_frame,
const WebString& data_dir,
- unsigned long long maximum_size) {
+ unsigned long long maximum_size,
+ WebKit::WebIDBFactory::BackingStoreType) {
// Don't send the data_dir. We know what we want on the Browser side of
// things.
IndexedDBDispatcher* dispatcher =
« no previous file with comments | « chrome/renderer/renderer_webidbfactory_impl.h ('k') | content/browser/in_process_webkit/indexed_db_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698