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

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

Issue 117263002: Prevent ONC-pushed certificates from being used with multiprofiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 extern const char kDeviceRobotAnyApiRefreshToken[]; 765 extern const char kDeviceRobotAnyApiRefreshToken[];
766 extern const char kDeviceEnrollmentRequisition[]; 766 extern const char kDeviceEnrollmentRequisition[];
767 extern const char kDeviceEnrollmentAutoStart[]; 767 extern const char kDeviceEnrollmentAutoStart[];
768 extern const char kDeviceEnrollmentCanExit[]; 768 extern const char kDeviceEnrollmentCanExit[];
769 extern const char kUsersLRUInputMethod[]; 769 extern const char kUsersLRUInputMethod[];
770 extern const char kEchoCheckedOffers[]; 770 extern const char kEchoCheckedOffers[];
771 extern const char kCachedMultiProfileUserBehavior[]; 771 extern const char kCachedMultiProfileUserBehavior[];
772 extern const char kInitialLocale[]; 772 extern const char kInitialLocale[];
773 extern const char kOobeComplete[]; 773 extern const char kOobeComplete[];
774 extern const char kDeviceRegistered[]; 774 extern const char kDeviceRegistered[];
775 extern const char kUsedPolicyCertificates[];
775 #endif 776 #endif
776 777
777 extern const char kClearPluginLSODataEnabled[]; 778 extern const char kClearPluginLSODataEnabled[];
778 extern const char kPepperFlashSettingsEnabled[]; 779 extern const char kPepperFlashSettingsEnabled[];
779 extern const char kDiskCacheDir[]; 780 extern const char kDiskCacheDir[];
780 extern const char kDiskCacheSize[]; 781 extern const char kDiskCacheSize[];
781 extern const char kMediaCacheSize[]; 782 extern const char kMediaCacheSize[];
782 783
783 extern const char kChromeOsReleaseChannel[]; 784 extern const char kChromeOsReleaseChannel[];
784 785
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 #endif 946 #endif
946 947
947 #if defined(OS_WIN) 948 #if defined(OS_WIN)
948 extern const char kOsPasswordBlank[]; 949 extern const char kOsPasswordBlank[];
949 extern const char kOsPasswordLastChanged[]; 950 extern const char kOsPasswordLastChanged[];
950 #endif 951 #endif
951 952
952 } // namespace prefs 953 } // namespace prefs
953 954
954 #endif // CHROME_COMMON_PREF_NAMES_H_ 955 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698