OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #pragma once | 9 #pragma once |
10 | 10 |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 | 445 |
446 extern const char kExtensionInstallAllowList[]; | 446 extern const char kExtensionInstallAllowList[]; |
447 extern const char kExtensionInstallDenyList[]; | 447 extern const char kExtensionInstallDenyList[]; |
448 | 448 |
449 extern const char kExtensionAlertsInitializedPref[]; | 449 extern const char kExtensionAlertsInitializedPref[]; |
450 | 450 |
451 extern const char kExtensionInstallForceList[]; | 451 extern const char kExtensionInstallForceList[]; |
452 | 452 |
453 extern const char kExtensionBlacklistUpdateVersion[]; | 453 extern const char kExtensionBlacklistUpdateVersion[]; |
454 | 454 |
455 extern const char kExtensionSidebarWidth[]; | |
456 | |
457 extern const char kNTPTipsResourceServer[]; | 455 extern const char kNTPTipsResourceServer[]; |
458 | 456 |
459 extern const char kNTP4IntroDisplayCount[]; | 457 extern const char kNTP4IntroDisplayCount[]; |
460 extern const char kNTPMostVisitedURLsBlacklist[]; | 458 extern const char kNTPMostVisitedURLsBlacklist[]; |
461 extern const char kNTPMostVisitedPinnedURLs[]; | 459 extern const char kNTPMostVisitedPinnedURLs[]; |
462 extern const char kNTPPromoResourceCache[]; | 460 extern const char kNTPPromoResourceCache[]; |
463 extern const char kNTPPromoResourceCacheUpdate[]; | 461 extern const char kNTPPromoResourceCacheUpdate[]; |
464 extern const char kNTPPromoIsLoggedInToPlus[]; | 462 extern const char kNTPPromoIsLoggedInToPlus[]; |
465 extern const char kNTPPromoFeatureMask[]; | 463 extern const char kNTPPromoFeatureMask[]; |
466 extern const char kNTPPromoResourceServer[]; | 464 extern const char kNTPPromoResourceServer[]; |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 | 624 |
627 extern const char kDevicePolicyRefreshRate[]; | 625 extern const char kDevicePolicyRefreshRate[]; |
628 extern const char kUserPolicyRefreshRate[]; | 626 extern const char kUserPolicyRefreshRate[]; |
629 | 627 |
630 extern const char kRecoveryComponentVersion[]; | 628 extern const char kRecoveryComponentVersion[]; |
631 extern const char kComponentUpdaterState[]; | 629 extern const char kComponentUpdaterState[]; |
632 | 630 |
633 } // namespace prefs | 631 } // namespace prefs |
634 | 632 |
635 #endif // CHROME_COMMON_PREF_NAMES_H_ | 633 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |