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

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

Issue 10832035: Switch from SignedSettings to DeviceSettingsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: once more? Created 8 years, 4 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 | Annotate | Revision Log
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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 extern const char kManagedJavaScriptBlockedForUrls[]; 664 extern const char kManagedJavaScriptBlockedForUrls[];
665 extern const char kManagedPluginsAllowedForUrls[]; 665 extern const char kManagedPluginsAllowedForUrls[];
666 extern const char kManagedPluginsBlockedForUrls[]; 666 extern const char kManagedPluginsBlockedForUrls[];
667 extern const char kManagedPopupsAllowedForUrls[]; 667 extern const char kManagedPopupsAllowedForUrls[];
668 extern const char kManagedPopupsBlockedForUrls[]; 668 extern const char kManagedPopupsBlockedForUrls[];
669 extern const char kManagedNotificationsAllowedForUrls[]; 669 extern const char kManagedNotificationsAllowedForUrls[];
670 extern const char kManagedNotificationsBlockedForUrls[]; 670 extern const char kManagedNotificationsBlockedForUrls[];
671 extern const char kManagedAutoSelectCertificateForUrls[]; 671 extern const char kManagedAutoSelectCertificateForUrls[];
672 672
673 #if defined(OS_CHROMEOS) 673 #if defined(OS_CHROMEOS)
674 extern const char kSignedSettingsCache[]; 674 extern const char kDeviceSettingsCache[];
675 extern const char kHardwareKeyboardLayout[]; 675 extern const char kHardwareKeyboardLayout[];
676 extern const char kCarrierDealPromoShown[]; 676 extern const char kCarrierDealPromoShown[];
677 extern const char kShouldAutoEnroll[]; 677 extern const char kShouldAutoEnroll[];
678 extern const char kAutoEnrollmentPowerLimit[]; 678 extern const char kAutoEnrollmentPowerLimit[];
679 extern const char kDeviceActivityTimes[]; 679 extern const char kDeviceActivityTimes[];
680 extern const char kDeviceLocation[]; 680 extern const char kDeviceLocation[];
681 extern const char kSyncSpareBootstrapToken[]; 681 extern const char kSyncSpareBootstrapToken[];
682 extern const char kExternalStorageDisabled[]; 682 extern const char kExternalStorageDisabled[];
683 extern const char kUsersWallpaperInfo[]; 683 extern const char kUsersWallpaperInfo[];
684 #endif 684 #endif
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 extern const char kNetworkProfileWarningsLeft[]; 754 extern const char kNetworkProfileWarningsLeft[];
755 extern const char kNetworkProfileLastWarningTime[]; 755 extern const char kNetworkProfileLastWarningTime[];
756 756
757 #if defined(OS_MACOSX) 757 #if defined(OS_MACOSX)
758 extern const char kMacLeopardObsoleteInfobarLastShown[]; 758 extern const char kMacLeopardObsoleteInfobarLastShown[];
759 #endif // defined(OS_MACOSX) 759 #endif // defined(OS_MACOSX)
760 760
761 } // namespace prefs 761 } // namespace prefs
762 762
763 #endif // CHROME_COMMON_PREF_NAMES_H_ 763 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698