| OLD | NEW |
| 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2009 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 "build/build_config.h" | 10 #include "build/build_config.h" |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 extern const wchar_t kMixedContentFiltering[]; | 58 extern const wchar_t kMixedContentFiltering[]; |
| 59 extern const wchar_t kDefaultSearchProviderSearchURL[]; | 59 extern const wchar_t kDefaultSearchProviderSearchURL[]; |
| 60 extern const wchar_t kDefaultSearchProviderSuggestURL[]; | 60 extern const wchar_t kDefaultSearchProviderSuggestURL[]; |
| 61 extern const wchar_t kDefaultSearchProviderName[]; | 61 extern const wchar_t kDefaultSearchProviderName[]; |
| 62 extern const wchar_t kDefaultSearchProviderID[]; | 62 extern const wchar_t kDefaultSearchProviderID[]; |
| 63 extern const wchar_t kPromptForDownload[]; | 63 extern const wchar_t kPromptForDownload[]; |
| 64 extern const wchar_t kAlternateErrorPagesEnabled[]; | 64 extern const wchar_t kAlternateErrorPagesEnabled[]; |
| 65 extern const wchar_t kDnsPrefetchingEnabled[]; | 65 extern const wchar_t kDnsPrefetchingEnabled[]; |
| 66 extern const wchar_t kDnsStartupPrefetchList[]; | 66 extern const wchar_t kDnsStartupPrefetchList[]; |
| 67 extern const wchar_t kDnsHostReferralList[]; | 67 extern const wchar_t kDnsHostReferralList[]; |
| 68 #if defined(OS_LINUX) | 68 #if defined(USE_NSS) |
| 69 extern const wchar_t kCertRevocationCheckingEnabled[]; | 69 extern const wchar_t kCertRevocationCheckingEnabled[]; |
| 70 extern const wchar_t kSSL2Enabled[]; | 70 extern const wchar_t kSSL2Enabled[]; |
| 71 extern const wchar_t kSSL3Enabled[]; | 71 extern const wchar_t kSSL3Enabled[]; |
| 72 extern const wchar_t kTLS1Enabled[]; | 72 extern const wchar_t kTLS1Enabled[]; |
| 73 #endif | 73 #endif |
| 74 extern const wchar_t kIpcDisabledMessages[]; | 74 extern const wchar_t kIpcDisabledMessages[]; |
| 75 extern const wchar_t kShowHomeButton[]; | 75 extern const wchar_t kShowHomeButton[]; |
| 76 extern const wchar_t kShowPageOptionsButtons[]; | 76 extern const wchar_t kShowPageOptionsButtons[]; |
| 77 extern const wchar_t kRecentlySelectedEncoding[]; | 77 extern const wchar_t kRecentlySelectedEncoding[]; |
| 78 extern const wchar_t kDeleteBrowsingHistory[]; | 78 extern const wchar_t kDeleteBrowsingHistory[]; |
| (...skipping 12 matching lines...) Expand all Loading... |
| 91 extern const wchar_t kBookmarkManagerSplitLocation[]; | 91 extern const wchar_t kBookmarkManagerSplitLocation[]; |
| 92 extern const wchar_t kEnableSpellCheck[]; | 92 extern const wchar_t kEnableSpellCheck[]; |
| 93 extern const wchar_t kEnableAutoSpellCorrect[]; | 93 extern const wchar_t kEnableAutoSpellCorrect[]; |
| 94 extern const wchar_t kDeleteTimePeriod[]; | 94 extern const wchar_t kDeleteTimePeriod[]; |
| 95 extern const wchar_t kPrintingPageHeaderLeft[]; | 95 extern const wchar_t kPrintingPageHeaderLeft[]; |
| 96 extern const wchar_t kPrintingPageHeaderCenter[]; | 96 extern const wchar_t kPrintingPageHeaderCenter[]; |
| 97 extern const wchar_t kPrintingPageHeaderRight[]; | 97 extern const wchar_t kPrintingPageHeaderRight[]; |
| 98 extern const wchar_t kPrintingPageFooterLeft[]; | 98 extern const wchar_t kPrintingPageFooterLeft[]; |
| 99 extern const wchar_t kPrintingPageFooterCenter[]; | 99 extern const wchar_t kPrintingPageFooterCenter[]; |
| 100 extern const wchar_t kPrintingPageFooterRight[]; | 100 extern const wchar_t kPrintingPageFooterRight[]; |
| 101 #if defined(OS_LINUX) | 101 #if defined(USE_X11) |
| 102 extern const wchar_t kUsesSystemTheme[]; | 102 extern const wchar_t kUsesSystemTheme[]; |
| 103 #endif | 103 #endif |
| 104 extern const wchar_t kCurrentThemeID[]; | 104 extern const wchar_t kCurrentThemeID[]; |
| 105 extern const wchar_t kCurrentThemeImages[]; | 105 extern const wchar_t kCurrentThemeImages[]; |
| 106 extern const wchar_t kCurrentThemeColors[]; | 106 extern const wchar_t kCurrentThemeColors[]; |
| 107 extern const wchar_t kCurrentThemeTints[]; | 107 extern const wchar_t kCurrentThemeTints[]; |
| 108 extern const wchar_t kCurrentThemeDisplayProperties[]; | 108 extern const wchar_t kCurrentThemeDisplayProperties[]; |
| 109 extern const wchar_t kCheckDefaultBrowser[]; | 109 extern const wchar_t kCheckDefaultBrowser[]; |
| 110 extern const wchar_t kUseCustomChromeFrame[]; | 110 extern const wchar_t kUseCustomChromeFrame[]; |
| 111 extern const wchar_t kShowOmniboxSearchHint[]; | 111 extern const wchar_t kShowOmniboxSearchHint[]; |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 extern const wchar_t kNTPShownSections[]; | 218 extern const wchar_t kNTPShownSections[]; |
| 219 | 219 |
| 220 extern const wchar_t kDevToolsOpenDocked[]; | 220 extern const wchar_t kDevToolsOpenDocked[]; |
| 221 extern const wchar_t kDevToolsSplitLocation[]; | 221 extern const wchar_t kDevToolsSplitLocation[]; |
| 222 | 222 |
| 223 extern const wchar_t kSyncLastSyncedTime[]; | 223 extern const wchar_t kSyncLastSyncedTime[]; |
| 224 extern const wchar_t kSyncHasSetupCompleted[]; | 224 extern const wchar_t kSyncHasSetupCompleted[]; |
| 225 } | 225 } |
| 226 | 226 |
| 227 #endif // CHROME_COMMON_PREF_NAMES_H_ | 227 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |