summaryrefslogtreecommitdiffstats
path: root/content/browser
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-19 08:34:33 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-19 08:34:33 +0000
commitb3796c85f72d673203f203d655341876bf079948 (patch)
tree472cb408ba707027f9c1a9a2e2b60148a119e6db /content/browser
parentd39581cfd67706f6cffab659c5af31de20a5b66a (diff)
downloadchromium_src-b3796c85f72d673203f203d655341876bf079948.zip
chromium_src-b3796c85f72d673203f203d655341876bf079948.tar.gz
chromium_src-b3796c85f72d673203f203d655341876bf079948.tar.bz2
Always enable indexeddb for workers. Remove --enable-indexeddb-for-workers switch.
IndexedDB-on-workers doesn't need to be behind a flag now that content settings permissions are checked from workers - https://bugs.webkit.org/show_bug.cgi?id=76500 BUG=64054 TEST= Review URL: http://codereview.chromium.org/9253021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser')
-rw-r--r--content/browser/renderer_host/render_process_host_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 60a5a0d..45f6c64 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -660,7 +660,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableGamepad,
switches::kEnableGPUServiceLogging,
switches::kEnableGPUClientLogging,
- switches::kEnableIndexedDBForWorkers,
switches::kEnableLogging,
switches::kEnableMediaSource,
switches::kEnableMediaStream,