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

Unified Diff: content/browser/renderer_host/browser_render_process_host.cc

Issue 7272006: Enable Web Audio API by default (no longer needs enable flag). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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
Index: content/browser/renderer_host/browser_render_process_host.cc
===================================================================
--- content/browser/renderer_host/browser_render_process_host.cc (revision 90616)
+++ content/browser/renderer_host/browser_render_process_host.cc (working copy)
@@ -536,6 +536,7 @@
switches::kDisableSessionStorage,
switches::kDisableSharedWorkers,
switches::kDisableSpeechInput,
+ switches::kDisableWebAudio,
switches::kDisableWebSockets,
switches::kEnableAdaptive,
switches::kEnableBenchmarking,
@@ -557,7 +558,6 @@
switches::kEnableStatsTable,
switches::kEnableVideoFullscreen,
switches::kEnableVideoLogging,
- switches::kEnableWebAudio,
switches::kFullMemoryCrashReport,
#if !defined (GOOGLE_CHROME_BUILD)
// These are unsupported and not fully tested modes, so don't enable them

Powered by Google App Engine
This is Rietveld 408576698