| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index d69b47662a32aa35b93d802fd7362e1092f2925f..da4ce1e3168ccce96eecf0238388362efa57a564 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2238,7 +2238,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[] =
|
| @@ -2246,7 +2245,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[] =
|
|
|