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

Unified Diff: chrome/common/pref_names.cc

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: . Created 3 years, 8 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/common/pref_names.h ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index c850042c7d8bf5e8e14229d17f13367adc15ae25..d207162d07f97378c1942e28d13426be4fe1488f 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2002,7 +2002,6 @@ const char kSystemTimezoneAutomaticDetectionPolicy[] =
"settings.resolve_device_timezone_by_geolocation_policy";
#endif // defined(OS_CHROMEOS)
-#if defined(ENABLE_MEDIA_ROUTER)
// Pref name for the policy controlling whether to enable Media Router.
const char kEnableMediaRouter[] = "media_router.enable_media_router";
#if !defined(OS_ANDROID)
@@ -2010,7 +2009,6 @@ const char kEnableMediaRouter[] = "media_router.enable_media_router";
// shown in the toolbar/overflow menu.
const char kShowCastIconInToolbar[] = "media_router.show_cast_icon_in_toolbar";
#endif // !defined(OS_ANDROID)
-#endif // defined(ENABLE_MEDIA_ROUTER)
// *************** SERVICE PREFS ***************
// These are attached to the service process.
@@ -2350,7 +2348,6 @@ const char kLatestVersionWhenClickedUpdateMenuItem[] =
"omaha.latest_version_when_clicked_upate_menu_item";
#endif
-#if defined(ENABLE_MEDIA_ROUTER)
// Whether or not the user has explicitly set the cloud services preference
// through the first run flow.
const char kMediaRouterCloudServicesPrefSet[] =
@@ -2365,7 +2362,6 @@ const char kMediaRouterFirstRunFlowAcknowledged[] =
// A list of website origins on which the user has chosen to use tab mirroring.
const char kMediaRouterTabMirroringSources[] =
"media_router.tab_mirroring_sources";
-#endif
// The base64-encoded representation of the public key to use to validate origin
// trial token signatures.
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698