| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 0c5edd74b37f22a1a4868c56883f5e0719759ec7..f9dd70d00f6e1614ab90f0d2419e7ec7194722dd 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2256,7 +2256,6 @@ const char kLatestVersionWhenClickedUpdateMenuItem[] =
|
| #endif
|
|
|
| #if defined(ENABLE_MEDIA_ROUTER)
|
| -#if defined(GOOGLE_CHROME_BUILD)
|
| // Whether or not the user has explicitly set the cloud services preference
|
| // through the first run flow.
|
| const char kMediaRouterCloudServicesPrefSet[] =
|
| @@ -2264,7 +2263,6 @@ const char kMediaRouterCloudServicesPrefSet[] =
|
| // Whether or not the user has enabled cloud services with Media Router.
|
| const char kMediaRouterEnableCloudServices[] =
|
| "media_router.cloudservices.enabled";
|
| -#endif // defined(GOOGLE_CHROME_BUILD)
|
| // Whether or not the Media Router first run flow has been acknowledged by the
|
| // user.
|
| const char kMediaRouterFirstRunFlowAcknowledged[] =
|
|
|