| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 5f5d71434141370e43a41e916f26b8343f222e5c..adb7e78ef0c1bcf649584d7beede6c54c31be3ff 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -100,10 +100,8 @@ extern const char kYoutubeAppId[];
|
| // The extension id of the in-app payments support application.
|
| extern const char kInAppPaymentsSupportAppId[];
|
|
|
| -#if defined(ENABLE_MEDIA_ROUTER)
|
| // The extension id of the stable media router extension.
|
| extern const char kMediaRouterStableExtensionId[];
|
| -#endif // defined(ENABLE_MEDIA_ROUTER)
|
|
|
| // The buckets used for app launches.
|
| enum AppLaunchBucket {
|
|
|