| OLD | NEW |
| 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 #pragma once | 9 #pragma once |
| 10 | 10 |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 | 462 |
| 463 extern const char kExtensionInstallAllowList[]; | 463 extern const char kExtensionInstallAllowList[]; |
| 464 extern const char kExtensionInstallDenyList[]; | 464 extern const char kExtensionInstallDenyList[]; |
| 465 | 465 |
| 466 extern const char kExtensionAlertsInitializedPref[]; | 466 extern const char kExtensionAlertsInitializedPref[]; |
| 467 | 467 |
| 468 extern const char kExtensionInstallForceList[]; | 468 extern const char kExtensionInstallForceList[]; |
| 469 | 469 |
| 470 extern const char kExtensionBlacklistUpdateVersion[]; | 470 extern const char kExtensionBlacklistUpdateVersion[]; |
| 471 | 471 |
| 472 extern const char kExtensionSidebarWidth[]; | |
| 473 | |
| 474 extern const char kNTPTipsResourceServer[]; | 472 extern const char kNTPTipsResourceServer[]; |
| 475 | 473 |
| 476 extern const char kNTP4IntroDisplayCount[]; | 474 extern const char kNTP4IntroDisplayCount[]; |
| 477 extern const char kNTPMostVisitedURLsBlacklist[]; | 475 extern const char kNTPMostVisitedURLsBlacklist[]; |
| 478 extern const char kNTPMostVisitedPinnedURLs[]; | 476 extern const char kNTPMostVisitedPinnedURLs[]; |
| 479 extern const char kNTPPromoResourceCache[]; | 477 extern const char kNTPPromoResourceCache[]; |
| 480 extern const char kNTPPromoResourceCacheUpdate[]; | 478 extern const char kNTPPromoResourceCacheUpdate[]; |
| 481 extern const char kNTPPromoIsLoggedInToPlus[]; | 479 extern const char kNTPPromoIsLoggedInToPlus[]; |
| 482 extern const char kNTPPromoFeatureMask[]; | 480 extern const char kNTPPromoFeatureMask[]; |
| 483 extern const char kNTPPromoResourceServer[]; | 481 extern const char kNTPPromoResourceServer[]; |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 | 642 |
| 645 extern const char kDevicePolicyRefreshRate[]; | 643 extern const char kDevicePolicyRefreshRate[]; |
| 646 extern const char kUserPolicyRefreshRate[]; | 644 extern const char kUserPolicyRefreshRate[]; |
| 647 | 645 |
| 648 extern const char kRecoveryComponentVersion[]; | 646 extern const char kRecoveryComponentVersion[]; |
| 649 extern const char kComponentUpdaterState[]; | 647 extern const char kComponentUpdaterState[]; |
| 650 | 648 |
| 651 } // namespace prefs | 649 } // namespace prefs |
| 652 | 650 |
| 653 #endif // CHROME_COMMON_PREF_NAMES_H_ | 651 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |