summaryrefslogtreecommitdiffstats
path: root/content/public/common/content_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r--content/public/common/content_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index dc71e4c..0682c1d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -554,10 +554,6 @@ const char kNoSandbox[] = "no-sandbox";
// finishes.
const char kAllowNoSandboxJob[] = "allow-no-sandbox-job";
-// Use the new IndexedDB backend implemented in Chromium. By default,
-// the old backend implemented in Blink is used.
-const char kNewIndexedDB[] = "new-indexeddb";
-
// Specifies a command that should be used to launch the plugin process. Useful
// for running the plugin process through purify or quantify. Ex:
// --plugin-launcher="path\to\purify /Run=yes"