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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 extern const char kNTPWebStorePromoHeader[]; | 487 extern const char kNTPWebStorePromoHeader[]; |
488 extern const char kNTPWebStorePromoButton[]; | 488 extern const char kNTPWebStorePromoButton[]; |
489 extern const char kNTPWebStorePromoLink[]; | 489 extern const char kNTPWebStorePromoLink[]; |
490 extern const char kNTPWebStorePromoLogo[]; | 490 extern const char kNTPWebStorePromoLogo[]; |
491 extern const char kNTPWebStorePromoLogoSource[]; | 491 extern const char kNTPWebStorePromoLogoSource[]; |
492 extern const char kNTPWebStorePromoExpire[]; | 492 extern const char kNTPWebStorePromoExpire[]; |
493 extern const char kNTPWebStorePromoUserGroup[]; | 493 extern const char kNTPWebStorePromoUserGroup[]; |
494 extern const char kNTPAppPageNames[]; | 494 extern const char kNTPAppPageNames[]; |
495 extern const char kNTPHideWebStorePromo[]; | 495 extern const char kNTPHideWebStorePromo[]; |
496 | 496 |
497 extern const char kGpuBlacklist[]; | |
498 extern const char kGpuBlacklistUpdate[]; | |
499 | |
500 extern const char kDevToolsDisabled[]; | 497 extern const char kDevToolsDisabled[]; |
501 extern const char kDevToolsOpenDocked[]; | 498 extern const char kDevToolsOpenDocked[]; |
502 extern const char kDevToolsSplitLocation[]; | 499 extern const char kDevToolsSplitLocation[]; |
503 | 500 |
504 extern const char kSyncLastSyncedTime[]; | 501 extern const char kSyncLastSyncedTime[]; |
505 extern const char kSyncHasSetupCompleted[]; | 502 extern const char kSyncHasSetupCompleted[]; |
506 extern const char kSyncKeepEverythingSynced[]; | 503 extern const char kSyncKeepEverythingSynced[]; |
507 extern const char kSyncBookmarks[]; | 504 extern const char kSyncBookmarks[]; |
508 extern const char kSyncPasswords[]; | 505 extern const char kSyncPasswords[]; |
509 extern const char kSyncPreferences[]; | 506 extern const char kSyncPreferences[]; |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 | 621 |
625 extern const char kDevicePolicyRefreshRate[]; | 622 extern const char kDevicePolicyRefreshRate[]; |
626 extern const char kUserPolicyRefreshRate[]; | 623 extern const char kUserPolicyRefreshRate[]; |
627 | 624 |
628 extern const char kRecoveryComponentVersion[]; | 625 extern const char kRecoveryComponentVersion[]; |
629 extern const char kComponentUpdaterState[]; | 626 extern const char kComponentUpdaterState[]; |
630 | 627 |
631 } // namespace prefs | 628 } // namespace prefs |
632 | 629 |
633 #endif // CHROME_COMMON_PREF_NAMES_H_ | 630 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |