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"; |