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

Unified Diff: chrome/common/chrome_switches.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: 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index aefed69bbbb24b401fedbd0a89f8b2045ae8b8fe..a0b80253a2f1a3f0aa0b6167b8f56bd28880e77d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -264,6 +264,9 @@ const char kDisableHistoryURLProvider[] = "disable-history-url-provider";
// Disable the Indexed Database API.
const char kDisableIndexedDatabase[] = "disable-indexed-database";
+// Use LevelDB as back-end for Indexed Database API.
+const char kLevelDBIndexedDatabase[] = "level-db";
jorlow 2011/03/08 18:45:55 Let's make this a bit more descriptive. --indexed
hans 2011/03/09 12:22:09 Done.
+
// Disables HTML5 Forms interactive validation.
const char kDisableInteractiveFormValidation[] =
"disable-interactive-form-validation";

Powered by Google App Engine
This is Rietveld 408576698