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

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: 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..fe9e39ae36f95ec6dceff24861aa106e936009d4 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -101,6 +101,7 @@ DefaultCommandLineSwitch g_default_switches[] = {
// consistent with other clients.
{ switches::kDisableEncryptedMedia, ""},
#if defined(OS_ANDROID)
+ { switches::kNoWifi, "" },
lcwu1 2015/02/23 21:48:50 It might make it clear to add a comment saying the
gunsch 2015/02/23 22:00:33 Done.
gunsch 2015/02/23 22:00:33 Done.
{ 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