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

Unified Diff: content/public/common/content_switches.cc

Issue 8202003: IndexedDB: Update calls to and implementations of WebIDBFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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 | « content/public/common/content_switches.h ('k') | content/renderer/renderer_webidbfactory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index ba5e9b5241b299aa50d091e086d27ee23f926419..51f7eef71890ee8dd4e1b49f7c35d64fb56b427f 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -446,10 +446,6 @@ const char kSimpleDataSource[] = "simple-data-source";
// Runs the renderer and plugins in the same process as the browser
const char kSingleProcess[] = "single-process";
-// Use SQLite as back-end for Indexed Database API.
-// Used for debugging differences between the LevelDB and SQLite back-end.
-const char kSQLiteIndexedDatabase[] = "indexeddb-use-sqlite";
-
// Runs the security test for the renderer sandbox.
const char kTestSandbox[] = "test-sandbox";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/renderer_webidbfactory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698