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

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

Issue 14582024: Change media source switch to refer to the prefixed API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« 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 a2dff32887e67fbb4a446af176adec4929aafd60..3fb463f9913f8fc9ec88970bec08cdb091e1d322 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -338,8 +338,8 @@ const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
// builds.
const char kEnableLogging[] = "enable-logging";
-// Disable Media Source API on <audio>/<video> elements.
-const char kDisableMediaSource[] = "disable-media-source";
+// Disable prefixed Media Source API (ie the WebKitMediaSource object).
scherkus (not reviewing) 2013/05/10 21:36:32 pedantic nit: s/ie/i.e.,/ http://www.betterwriti
+const char kDisableWebKitMediaSource[] = "disable-webkit-media-source";
// Use fake device for MediaStream to replace actual camera and microphone.
const char kUseFakeDeviceForMediaStream[] = "use-fake-device-for-media-stream";
« 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