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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: Created 3 years, 9 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
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 {

Powered by Google App Engine
This is Rietveld 408576698