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

Side by Side Diff: chrome/common/pref_names.h

Issue 2559323002: Add a policy to always show the Cast toolbar icon (Closed)
Patch Set: 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 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 extern const char kFactoryResetRequested[]; 723 extern const char kFactoryResetRequested[];
724 extern const char kDebuggingFeaturesRequested[]; 724 extern const char kDebuggingFeaturesRequested[];
725 725
726 #if defined(OS_CHROMEOS) 726 #if defined(OS_CHROMEOS)
727 extern const char kResolveDeviceTimezoneByGeolocation[]; 727 extern const char kResolveDeviceTimezoneByGeolocation[];
728 extern const char kSystemTimezoneAutomaticDetectionPolicy[]; 728 extern const char kSystemTimezoneAutomaticDetectionPolicy[];
729 #endif // defined(OS_CHROMEOS) 729 #endif // defined(OS_CHROMEOS)
730 730
731 #if defined(ENABLE_MEDIA_ROUTER) 731 #if defined(ENABLE_MEDIA_ROUTER)
732 extern const char kEnableMediaRouter[]; 732 extern const char kEnableMediaRouter[];
733 #if !defined(OS_ANDROID)
734 extern const char kShowCastIconInToolbar[];
735 #endif // !defined(OS_ANDROID)
733 #endif // defined(ENABLE_MEDIA_ROUTER) 736 #endif // defined(ENABLE_MEDIA_ROUTER)
734 737
735 #if !defined(OS_ANDROID) 738 #if !defined(OS_ANDROID)
736 extern const char kAttemptedToEnableAutoupdate[]; 739 extern const char kAttemptedToEnableAutoupdate[];
737 740
738 extern const char kMediaGalleriesUniqueId[]; 741 extern const char kMediaGalleriesUniqueId[];
739 extern const char kMediaGalleriesRememberedGalleries[]; 742 extern const char kMediaGalleriesRememberedGalleries[];
740 #endif // !defined(OS_ANDROID) 743 #endif // !defined(OS_ANDROID)
741 744
742 #if defined(USE_AURA) 745 #if defined(USE_AURA)
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 extern const char kSearchGeolocationDisclosureDismissed[]; 862 extern const char kSearchGeolocationDisclosureDismissed[];
860 extern const char kSearchGeolocationDisclosureShownCount[]; 863 extern const char kSearchGeolocationDisclosureShownCount[];
861 extern const char kSearchGeolocationDisclosureLastShowDate[]; 864 extern const char kSearchGeolocationDisclosureLastShowDate[];
862 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[]; 865 extern const char kSearchGeolocationPreDisclosureMetricsRecorded[];
863 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[]; 866 extern const char kSearchGeolocationPostDisclosureMetricsRecorded[];
864 #endif 867 #endif
865 868
866 } // namespace prefs 869 } // namespace prefs
867 870
868 #endif // CHROME_COMMON_PREF_NAMES_H_ 871 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698