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

Side by Side 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 3 years, 12 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 extern const char kFactoryResetRequested[]; 728 extern const char kFactoryResetRequested[];
729 extern const char kDebuggingFeaturesRequested[]; 729 extern const char kDebuggingFeaturesRequested[];
730 730
731 #if defined(OS_CHROMEOS) 731 #if defined(OS_CHROMEOS)
732 extern const char kResolveDeviceTimezoneByGeolocation[]; 732 extern const char kResolveDeviceTimezoneByGeolocation[];
733 extern const char kSystemTimezoneAutomaticDetectionPolicy[]; 733 extern const char kSystemTimezoneAutomaticDetectionPolicy[];
734 #endif // defined(OS_CHROMEOS) 734 #endif // defined(OS_CHROMEOS)
735 735
736 #if defined(ENABLE_MEDIA_ROUTER) 736 #if defined(ENABLE_MEDIA_ROUTER)
737 extern const char kEnableMediaRouter[]; 737 extern const char kEnableMediaRouter[];
738 #if !defined(OS_ANDROID)
739 extern const char kShowCastIconInToolbar[];
740 #endif // !defined(OS_ANDROID)
738 #endif // defined(ENABLE_MEDIA_ROUTER) 741 #endif // defined(ENABLE_MEDIA_ROUTER)
739 742
740 #if !defined(OS_ANDROID) 743 #if !defined(OS_ANDROID)
741 extern const char kAttemptedToEnableAutoupdate[]; 744 extern const char kAttemptedToEnableAutoupdate[];
742 745
743 extern const char kMediaGalleriesUniqueId[]; 746 extern const char kMediaGalleriesUniqueId[];
744 extern const char kMediaGalleriesRememberedGalleries[]; 747 extern const char kMediaGalleriesRememberedGalleries[];
745 #endif // !defined(OS_ANDROID) 748 #endif // !defined(OS_ANDROID)
746 749
747 #if defined(USE_AURA) 750 #if defined(USE_AURA)
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 extern const char kSearchGeolocationDisclosureDismissed[]; 867 extern const char kSearchGeolocationDisclosureDismissed[];
865 extern const char kSearchGeolocationDisclosureShownCount[]; 868 extern const char kSearchGeolocationDisclosureShownCount[];
866 extern const char kSearchGeolocationDisclosureLastShowDate[]; 869 extern const char kSearchGeolocationDisclosureLastShowDate[];
867 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[]; 870 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[];
868 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[]; 871 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[];
869 #endif 872 #endif
870 873
871 } // namespace prefs 874 } // namespace prefs
872 875
873 #endif // CHROME_COMMON_PREF_NAMES_H_ 876 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698