| 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 | 9 |
| 10 #include <stddef.h> | 10 #include <stddef.h> |
| 11 | 11 |
| 12 #include "build/build_config.h" | 12 #include "build/build_config.h" |
| 13 | 13 |
| 14 namespace prefs { | 14 namespace prefs { |
| 15 | 15 |
| 16 // Profile prefs. Please add Local State prefs below instead. | 16 // Profile prefs. Please add Local State prefs below instead. |
| 17 extern const char kAppsPromoCounter[]; | |
| 18 extern const char kDefaultApps[]; | 17 extern const char kDefaultApps[]; |
| 19 extern const char kDefaultAppsInstalled[]; | 18 extern const char kDefaultAppsInstalled[]; |
| 20 extern const char kHomePageIsNewTabPage[]; | 19 extern const char kHomePageIsNewTabPage[]; |
| 21 extern const char kHomePage[]; | 20 extern const char kHomePage[]; |
| 22 extern const char kHomePageChanged[]; | 21 extern const char kHomePageChanged[]; |
| 23 extern const char kIsGooglePlusUser[]; | 22 extern const char kIsGooglePlusUser[]; |
| 24 extern const char kSessionExitedCleanly[]; | 23 extern const char kSessionExitedCleanly[]; |
| 25 extern const char kRestoreOnStartup[]; | 24 extern const char kRestoreOnStartup[]; |
| 26 extern const char kURLsToRestoreOnStartup[]; | 25 extern const char kURLsToRestoreOnStartup[]; |
| 27 extern const char kRestoreOnStartupMigrated[]; | 26 extern const char kRestoreOnStartupMigrated[]; |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 extern const char kNtpPromoInitialSegment[]; | 540 extern const char kNtpPromoInitialSegment[]; |
| 542 extern const char kNtpPromoIncrement[]; | 541 extern const char kNtpPromoIncrement[]; |
| 543 extern const char kNtpPromoGroupTimeSlice[]; | 542 extern const char kNtpPromoGroupTimeSlice[]; |
| 544 extern const char kNtpPromoGroupMax[]; | 543 extern const char kNtpPromoGroupMax[]; |
| 545 extern const char kNtpPromoViews[]; | 544 extern const char kNtpPromoViews[]; |
| 546 extern const char kNtpPromoViewsMax[]; | 545 extern const char kNtpPromoViewsMax[]; |
| 547 extern const char kNtpPromoPlatform[]; | 546 extern const char kNtpPromoPlatform[]; |
| 548 extern const char kNtpPromoBuild[]; | 547 extern const char kNtpPromoBuild[]; |
| 549 extern const char kNtpPromoGplusRequired[]; | 548 extern const char kNtpPromoGplusRequired[]; |
| 550 extern const char kNtpWebStoreEnabled[]; | 549 extern const char kNtpWebStoreEnabled[]; |
| 551 extern const char kNtpWebStorePromoLastId[]; | |
| 552 extern const char kNtpWebStorePromoId[]; | |
| 553 extern const char kNtpWebStorePromoHeader[]; | |
| 554 extern const char kNtpWebStorePromoButton[]; | |
| 555 extern const char kNtpWebStorePromoLink[]; | |
| 556 extern const char kNtpWebStorePromoLogo[]; | |
| 557 extern const char kNtpWebStorePromoLogoSource[]; | |
| 558 extern const char kNtpWebStorePromoExpire[]; | |
| 559 extern const char kNtpWebStorePromoUserGroup[]; | |
| 560 extern const char kNtpAppPageNames[]; | 550 extern const char kNtpAppPageNames[]; |
| 561 extern const char kNtpHideWebStorePromo[]; | |
| 562 | 551 |
| 563 extern const char kDevToolsDisabled[]; | 552 extern const char kDevToolsDisabled[]; |
| 564 extern const char kDevToolsOpenDocked[]; | 553 extern const char kDevToolsOpenDocked[]; |
| 565 extern const char kDevToolsDockSide[]; | 554 extern const char kDevToolsDockSide[]; |
| 566 extern const char kDevToolsHSplitLocation[]; | 555 extern const char kDevToolsHSplitLocation[]; |
| 567 extern const char kDevToolsVSplitLocation[]; | 556 extern const char kDevToolsVSplitLocation[]; |
| 568 extern const char kDevToolsEditedFiles[]; | 557 extern const char kDevToolsEditedFiles[]; |
| 569 | 558 |
| 570 extern const char kSyncLastSyncedTime[]; | 559 extern const char kSyncLastSyncedTime[]; |
| 571 extern const char kSyncHasSetupCompleted[]; | 560 extern const char kSyncHasSetupCompleted[]; |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 extern const char kNetworkProfileWarningsLeft[]; | 745 extern const char kNetworkProfileWarningsLeft[]; |
| 757 extern const char kNetworkProfileLastWarningTime[]; | 746 extern const char kNetworkProfileLastWarningTime[]; |
| 758 | 747 |
| 759 #if defined(OS_MACOSX) | 748 #if defined(OS_MACOSX) |
| 760 extern const char kMacLeopardObsoleteInfobarLastShown[]; | 749 extern const char kMacLeopardObsoleteInfobarLastShown[]; |
| 761 #endif // defined(OS_MACOSX) | 750 #endif // defined(OS_MACOSX) |
| 762 | 751 |
| 763 } // namespace prefs | 752 } // namespace prefs |
| 764 | 753 |
| 765 #endif // CHROME_COMMON_PREF_NAMES_H_ | 754 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |