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

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

Issue 8789004: Repurpose obsolete IndexedDB commandline switch to control idb for workers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto ToT Created 9 years 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/render_thread_impl.cc » ('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 a9e10833b6225f2cc7ecf78d03704357fae1509c..f0f2c8d9b117249557fd53c714b70f79445fb7e6 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -111,9 +111,6 @@ const char kDisableHangMonitor[] = "disable-hang-monitor";
// messages.
const char kDisableGpuWatchdog[] = "disable-gpu-watchdog";
-// Disable the Indexed Database API.
-const char kDisableIndexedDatabase[] = "disable-indexed-database";
-
// Prevent Java from running.
const char kDisableJava[] = "disable-java";
@@ -205,6 +202,9 @@ const char kEnableGamepad[] = "enable-gamepad";
// Enable the GPU plugin and Pepper 3D rendering.
const char kEnableGPUPlugin[] = "enable-gpu-plugin";
+// Allow web workers to access the Indexed Database API.
+const char kEnableIndexedDBForWorkers[] = "enable-indexeddb-for-workers";
+
// Force logging to be enabled. Logging is disabled by default in release
// builds.
const char kEnableLogging[] = "enable-logging";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698