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

Unified Diff: chrome/browser/about_flags.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: chrome/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 90616)
+++ chrome/browser/about_flags.cc (working copy)
@@ -245,19 +245,6 @@
SINGLE_VALUE_TYPE(switches::kDisableInteractiveFormValidation)
},
{
- "webaudio",
- IDS_FLAGS_WEBAUDIO_NAME,
- IDS_FLAGS_WEBAUDIO_DESCRIPTION,
-// This switch is currently not available in CrOS.
-// TODO(crogers): FFmpeg Windows DLLs need to be rebuilt for chromium.
-#if defined(GOOGLE_CHROME_BUILD)
- kOsMac | kOsWin | kOsLinux,
-#else
- kOsMac | kOsLinux,
-#endif
- SINGLE_VALUE_TYPE(switches::kEnableWebAudio)
- },
- {
"p2papi",
IDS_FLAGS_P2P_API_NAME,
IDS_FLAGS_P2P_API_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698