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

Unified Diff: chromecast/base/chromecast_switches.cc

Issue 2300993003: CmaRenderer is dead. Long live MojoRenderer. (Closed)
Patch Set: update OWNERS file Created 4 years, 3 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 | « chromecast/base/chromecast_switches.h ('k') | chromecast/base/chromecast_switches_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/chromecast_switches.cc
diff --git a/chromecast/base/chromecast_switches.cc b/chromecast/base/chromecast_switches.cc
index 587c2101f1b2cd2c81fe4f0600ecd9b567ca74c1..426de0c7208b1970dc978d62a6f4e5e374b37ef5 100644
--- a/chromecast/base/chromecast_switches.cc
+++ b/chromecast/base/chromecast_switches.cc
@@ -19,9 +19,6 @@ const char kSwitchValueFalse[] = "false";
// Default is "http://clients2.google.com/cr/staging_report" for non prod.
const char kCrashServerUrl[] = "crash-server-url";
-// Enable the CMA media pipeline.
-const char kEnableCmaMediaPipeline[] = "enable-cma-media-pipeline";
-
// Enable file accesses. It should not be enabled for most Cast devices.
const char kEnableLocalFileAccesses[] = "enable-local-file-accesses";
« no previous file with comments | « chromecast/base/chromecast_switches.h ('k') | chromecast/base/chromecast_switches_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698