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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 | 698 |
699 extern const char kUserCreatedLoginItem[]; | 699 extern const char kUserCreatedLoginItem[]; |
700 extern const char kBackgroundModeEnabled[]; | 700 extern const char kBackgroundModeEnabled[]; |
701 | 701 |
702 extern const char kDevicePolicyRefreshRate[]; | 702 extern const char kDevicePolicyRefreshRate[]; |
703 extern const char kUserPolicyRefreshRate[]; | 703 extern const char kUserPolicyRefreshRate[]; |
704 | 704 |
705 extern const char kRecoveryComponentVersion[]; | 705 extern const char kRecoveryComponentVersion[]; |
706 extern const char kComponentUpdaterState[]; | 706 extern const char kComponentUpdaterState[]; |
707 | 707 |
708 extern const char kRestoreSessionStateDialogShown[]; | |
709 | |
710 extern const char kWebIntentsEnabled[]; | 708 extern const char kWebIntentsEnabled[]; |
711 | 709 |
712 extern const char kMediaGalleryUniqueId[]; | 710 extern const char kMediaGalleryUniqueId[]; |
713 extern const char kMediaGalleryRememberedGalleries[]; | 711 extern const char kMediaGalleryRememberedGalleries[]; |
714 | 712 |
715 #if defined(USE_AURA) | 713 #if defined(USE_AURA) |
716 extern const char kShelfAutoHideBehavior[]; | 714 extern const char kShelfAutoHideBehavior[]; |
717 extern const char kUseDefaultPinnedApps[]; | 715 extern const char kUseDefaultPinnedApps[]; |
718 extern const char kPinnedLauncherApps[]; | 716 extern const char kPinnedLauncherApps[]; |
719 | 717 |
(...skipping 22 matching lines...) Expand all Loading... |
742 extern const char kNetworkProfileWarningsLeft[]; | 740 extern const char kNetworkProfileWarningsLeft[]; |
743 extern const char kNetworkProfileLastWarningTime[]; | 741 extern const char kNetworkProfileLastWarningTime[]; |
744 | 742 |
745 #if defined(OS_MACOSX) | 743 #if defined(OS_MACOSX) |
746 extern const char kMacLeopardObsoleteInfobarLastShown[]; | 744 extern const char kMacLeopardObsoleteInfobarLastShown[]; |
747 #endif // defined(OS_MACOSX) | 745 #endif // defined(OS_MACOSX) |
748 | 746 |
749 } // namespace prefs | 747 } // namespace prefs |
750 | 748 |
751 #endif // CHROME_COMMON_PREF_NAMES_H_ | 749 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |