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

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

Issue 2340743003: Add new BrowserForceSigninEnabeld policy option with future:true flag. (Closed)
Patch Set: Created 4 years, 3 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 extern const char kWatchdogExtensionActive[]; 783 extern const char kWatchdogExtensionActive[];
784 784
785 #if BUILDFLAG(ANDROID_JAVA_UI) 785 #if BUILDFLAG(ANDROID_JAVA_UI)
786 extern const char kPartnerBookmarkMappings[]; 786 extern const char kPartnerBookmarkMappings[];
787 #endif 787 #endif
788 788
789 extern const char kQuickCheckEnabled[]; 789 extern const char kQuickCheckEnabled[];
790 extern const char kPacHttpsUrlStrippingEnabled[]; 790 extern const char kPacHttpsUrlStrippingEnabled[];
791 extern const char kBrowserGuestModeEnabled[]; 791 extern const char kBrowserGuestModeEnabled[];
792 extern const char kBrowserAddPersonEnabled[]; 792 extern const char kBrowserAddPersonEnabled[];
793 extern const char kBrowserForceSigninEnabled[];
793 794
794 extern const char kEasyUnlockDeviceId[]; 795 extern const char kEasyUnlockDeviceId[];
795 extern const char kEasyUnlockHardlockState[]; 796 extern const char kEasyUnlockHardlockState[];
796 extern const char kEasyUnlockLocalStateTpmKeys[]; 797 extern const char kEasyUnlockLocalStateTpmKeys[];
797 extern const char kEasyUnlockLocalStateUserPrefs[]; 798 extern const char kEasyUnlockLocalStateUserPrefs[];
798 799
799 extern const char kRecoveryComponentNeedsElevation[]; 800 extern const char kRecoveryComponentNeedsElevation[];
800 801
801 extern const char kRegisteredSupervisedUserWhitelists[]; 802 extern const char kRegisteredSupervisedUserWhitelists[];
802 803
(...skipping 23 matching lines...) Expand all
826 #endif 827 #endif
827 828
828 extern const char kOriginTrialPublicKey[]; 829 extern const char kOriginTrialPublicKey[];
829 extern const char kOriginTrialDisabledFeatures[]; 830 extern const char kOriginTrialDisabledFeatures[];
830 831
831 extern const char kComponentUpdatesEnabled[]; 832 extern const char kComponentUpdatesEnabled[];
832 833
833 } // namespace prefs 834 } // namespace prefs
834 835
835 #endif // CHROME_COMMON_PREF_NAMES_H_ 836 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698