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

Unified Diff: chromecast/browser/cast_content_browser_client.cc

Issue 1380533002: [Chromecast] Remove use of VIDEO_HOLE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete gn dependencies Created 5 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.cc ('k') | chromecast/browser/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_browser_client.cc
diff --git a/chromecast/browser/cast_content_browser_client.cc b/chromecast/browser/cast_content_browser_client.cc
index b12a2307eeed662e7195fea43297546d2038cbee..744e66d70fdae76c8b79a18b8e47036bb26c6fd2 100644
--- a/chromecast/browser/cast_content_browser_client.cc
+++ b/chromecast/browser/cast_content_browser_client.cc
@@ -224,8 +224,6 @@ void CastContentBrowserClient::AppendExtraCommandLineSwitches(
if (browser_command_line->HasSwitch(switches::kEnableCmaMediaPipeline))
command_line->AppendSwitch(switches::kEnableCmaMediaPipeline);
- if (browser_command_line->HasSwitch(switches::kEnableLegacyHolePunching))
- command_line->AppendSwitch(switches::kEnableLegacyHolePunching);
if (browser_command_line->HasSwitch(switches::kAllowHiddenMediaPlayback))
command_line->AppendSwitch(switches::kAllowHiddenMediaPlayback);
}
« no previous file with comments | « chromecast/base/chromecast_switches.cc ('k') | chromecast/browser/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698