Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: chrome/common/pref_names.h

Issue 2818033: AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. (Closed)
Patch Set: Comment. Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698