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

Unified Diff: chrome/browser/media/cast_remoting_connector.cc

Issue 2944973002: Remove IS_IOS checks in chrome/ (Closed)
Patch Set: Created 3 years, 6 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 | « chrome/browser/flag_descriptions.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_remoting_connector.cc
diff --git a/chrome/browser/media/cast_remoting_connector.cc b/chrome/browser/media/cast_remoting_connector.cc
index 6b52d3f22a15f3051a635d7f5b322e686f0aea22..b419c46ca9a9b0f2ce4d1d8356d1ecc58357bc38 100644
--- a/chrome/browser/media/cast_remoting_connector.cc
+++ b/chrome/browser/media/cast_remoting_connector.cc
@@ -166,11 +166,11 @@ void CastRemotingConnector::CreateMediaRemoter(
namespace {
RemotingSinkCapabilities GetFeatureEnabledCapabilities() {
-#if !defined(OS_ANDROID) && !defined(OS_IOS)
+#if !defined(OS_ANDROID)
if (base::FeatureList::IsEnabled(features::kMediaRemoting)) {
return RemotingSinkCapabilities::RENDERING_ONLY;
}
-#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
+#endif
return RemotingSinkCapabilities::NONE;
}
} // namespace
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698