| OLD | NEW | 
|    1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |    1 // Copyright (c) 2010 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  167 extern const wchar_t kShowOmniboxSearchHint[]; |  167 extern const wchar_t kShowOmniboxSearchHint[]; | 
|  168 extern const wchar_t kDesktopNotificationAllowedOrigins[]; |  168 extern const wchar_t kDesktopNotificationAllowedOrigins[]; | 
|  169 extern const wchar_t kDesktopNotificationDeniedOrigins[]; |  169 extern const wchar_t kDesktopNotificationDeniedOrigins[]; | 
|  170 extern const wchar_t kDefaultContentSettings[]; |  170 extern const wchar_t kDefaultContentSettings[]; | 
|  171 extern const wchar_t kPerHostContentSettings[];  // OBSOLETE |  171 extern const wchar_t kPerHostContentSettings[];  // OBSOLETE | 
|  172 extern const wchar_t kContentSettingsVersion[]; |  172 extern const wchar_t kContentSettingsVersion[]; | 
|  173 extern const wchar_t kContentSettingsPatterns[]; |  173 extern const wchar_t kContentSettingsPatterns[]; | 
|  174 extern const wchar_t kBlockThirdPartyCookies[]; |  174 extern const wchar_t kBlockThirdPartyCookies[]; | 
|  175 extern const wchar_t kClearSiteDataOnExit[]; |  175 extern const wchar_t kClearSiteDataOnExit[]; | 
|  176 extern const wchar_t kPerHostZoomLevels[]; |  176 extern const wchar_t kPerHostZoomLevels[]; | 
|  177 extern const wchar_t kAutoFillInfoBarShown[]; |  | 
|  178 extern const wchar_t kAutoFillEnabled[]; |  177 extern const wchar_t kAutoFillEnabled[]; | 
|  179 extern const wchar_t kAutoFillAuxiliaryProfilesEnabled[]; |  178 extern const wchar_t kAutoFillAuxiliaryProfilesEnabled[]; | 
|  180 extern const wchar_t kAutoFillDialogPlacement[]; |  179 extern const wchar_t kAutoFillDialogPlacement[]; | 
|  181 extern const wchar_t kAutoFillPositiveUploadRate[]; |  180 extern const wchar_t kAutoFillPositiveUploadRate[]; | 
|  182 extern const wchar_t kAutoFillNegativeUploadRate[]; |  181 extern const wchar_t kAutoFillNegativeUploadRate[]; | 
|  183  |  182  | 
|  184 extern const wchar_t kPrivacyFilterRules[]; |  183 extern const wchar_t kPrivacyFilterRules[]; | 
|  185 extern const wchar_t kUseVerticalTabs[]; |  184 extern const wchar_t kUseVerticalTabs[]; | 
|  186 extern const wchar_t kEnableTranslate[]; |  185 extern const wchar_t kEnableTranslate[]; | 
|  187 extern const wchar_t kPinnedTabs[]; |  186 extern const wchar_t kPinnedTabs[]; | 
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  338 extern const wchar_t kProxyAutoDetect[]; |  337 extern const wchar_t kProxyAutoDetect[]; | 
|  339 extern const wchar_t kProxyServer[]; |  338 extern const wchar_t kProxyServer[]; | 
|  340 extern const wchar_t kProxyPacUrl[]; |  339 extern const wchar_t kProxyPacUrl[]; | 
|  341 extern const wchar_t kProxyBypassList[]; |  340 extern const wchar_t kProxyBypassList[]; | 
|  342  |  341  | 
|  343 extern const wchar_t kRegisteredBackgroundContents[]; |  342 extern const wchar_t kRegisteredBackgroundContents[]; | 
|  344  |  343  | 
|  345 }  // namespace prefs |  344 }  // namespace prefs | 
|  346  |  345  | 
|  347 #endif  // CHROME_COMMON_PREF_NAMES_H_ |  346 #endif  // CHROME_COMMON_PREF_NAMES_H_ | 
| OLD | NEW |