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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 extern const char kNTPWebStoreEnabled[]; | 502 extern const char kNTPWebStoreEnabled[]; |
503 extern const char kNTPWebStorePromoLastId[]; | 503 extern const char kNTPWebStorePromoLastId[]; |
504 extern const char kNTPWebStorePromoId[]; | 504 extern const char kNTPWebStorePromoId[]; |
505 extern const char kNTPWebStorePromoHeader[]; | 505 extern const char kNTPWebStorePromoHeader[]; |
506 extern const char kNTPWebStorePromoButton[]; | 506 extern const char kNTPWebStorePromoButton[]; |
507 extern const char kNTPWebStorePromoLink[]; | 507 extern const char kNTPWebStorePromoLink[]; |
508 extern const char kNTPWebStorePromoLogo[]; | 508 extern const char kNTPWebStorePromoLogo[]; |
509 extern const char kNTPWebStorePromoLogoSource[]; | 509 extern const char kNTPWebStorePromoLogoSource[]; |
510 extern const char kNTPWebStorePromoExpire[]; | 510 extern const char kNTPWebStorePromoExpire[]; |
511 extern const char kNTPWebStorePromoUserGroup[]; | 511 extern const char kNTPWebStorePromoUserGroup[]; |
512 extern const char kNTPAppPageNames[]; | 512 extern const char kNTPAppsPageNames[]; |
| 513 extern const char kNTPAppsPageNamesOld[]; |
513 extern const char kNTPHideWebStorePromo[]; | 514 extern const char kNTPHideWebStorePromo[]; |
514 | 515 |
515 extern const char kDevToolsDisabled[]; | 516 extern const char kDevToolsDisabled[]; |
516 extern const char kDevToolsOpenDocked[]; | 517 extern const char kDevToolsOpenDocked[]; |
517 extern const char kDevToolsDockSide[]; | 518 extern const char kDevToolsDockSide[]; |
518 extern const char kDevToolsSplitLocation[]; | 519 extern const char kDevToolsSplitLocation[]; |
519 | 520 |
520 extern const char kSyncLastSyncedTime[]; | 521 extern const char kSyncLastSyncedTime[]; |
521 extern const char kSyncHasSetupCompleted[]; | 522 extern const char kSyncHasSetupCompleted[]; |
522 extern const char kSyncKeepEverythingSynced[]; | 523 extern const char kSyncKeepEverythingSynced[]; |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 | 643 |
643 extern const char kDevicePolicyRefreshRate[]; | 644 extern const char kDevicePolicyRefreshRate[]; |
644 extern const char kUserPolicyRefreshRate[]; | 645 extern const char kUserPolicyRefreshRate[]; |
645 | 646 |
646 extern const char kRecoveryComponentVersion[]; | 647 extern const char kRecoveryComponentVersion[]; |
647 extern const char kComponentUpdaterState[]; | 648 extern const char kComponentUpdaterState[]; |
648 | 649 |
649 } // namespace prefs | 650 } // namespace prefs |
650 | 651 |
651 #endif // CHROME_COMMON_PREF_NAMES_H_ | 652 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |