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

Unified Diff: chrome/common/pref_names.h

Issue 2559323002: Add a policy to always show the Cast toolbar icon (Closed)
Patch Set: Address Derek's comments Created 4 years 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 3c93122be797964b91cb3dcc78097c9a5b509bbf..4bccb7f0c14bd810f4bc695071553fde9fd77af8 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -735,6 +735,9 @@ extern const char kSystemTimezoneAutomaticDetectionPolicy[];
#if defined(ENABLE_MEDIA_ROUTER)
extern const char kEnableMediaRouter[];
+#if !defined(OS_ANDROID)
+extern const char kShowCastIconInToolbar[];
+#endif // !defined(OS_ANDROID)
#endif // defined(ENABLE_MEDIA_ROUTER)
#if !defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698