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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 947993003: Chromecast: disables wifi-based features on ATV. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adds comment Created 5 years, 10 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 | « no previous file | chromecast/browser/test/chromecast_browser_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index 8970be8d0b95a5899454716eb20fed5b326c1adb..2c2e81ccf62d50d57bc9879f30673459b970cbc4 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -101,6 +101,8 @@ DefaultCommandLineSwitch g_default_switches[] = {
// consistent with other clients.
{ switches::kDisableEncryptedMedia, ""},
#if defined(OS_ANDROID)
+ // Disables Chromecast-specific WiFi-related features on ATV for now.
+ { switches::kNoWifi, "" },
{ switches::kMediaDrmEnableNonCompositing, ""},
{ switches::kEnableOverlayFullscreenVideo, ""},
{ switches::kDisableInfobarForProtectedMediaIdentifier, ""},
« no previous file with comments | « no previous file | chromecast/browser/test/chromecast_browser_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698