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

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

Issue 110643005: Refactored the URLBlacklistManager to avoid chrome/ and content/ dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.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) 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>
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 extern const char kAlternateErrorPagesEnabled[]; 168 extern const char kAlternateErrorPagesEnabled[];
169 extern const char kDnsStartupPrefetchList[]; // OBSOLETE 169 extern const char kDnsStartupPrefetchList[]; // OBSOLETE
170 extern const char kDnsPrefetchingStartupList[]; 170 extern const char kDnsPrefetchingStartupList[];
171 extern const char kDnsHostReferralList[]; // OBSOLETE 171 extern const char kDnsHostReferralList[]; // OBSOLETE
172 extern const char kDnsPrefetchingHostReferralList[]; 172 extern const char kDnsPrefetchingHostReferralList[];
173 extern const char kDisableSpdy[]; 173 extern const char kDisableSpdy[];
174 extern const char kHttpServerProperties[]; 174 extern const char kHttpServerProperties[];
175 extern const char kSpdyServers[]; 175 extern const char kSpdyServers[];
176 extern const char kAlternateProtocolServers[]; 176 extern const char kAlternateProtocolServers[];
177 extern const char kDisabledSchemes[]; 177 extern const char kDisabledSchemes[];
178 extern const char kUrlBlacklist[];
179 extern const char kUrlWhitelist[];
180 #if defined(OS_ANDROID) 178 #if defined(OS_ANDROID)
181 extern const char kLastPolicyCheckTime[]; 179 extern const char kLastPolicyCheckTime[];
182 extern const char kManagedBookmarks[]; 180 extern const char kManagedBookmarks[];
183 #endif 181 #endif
184 extern const char kInstantUIZeroSuggestUrlPrefix[]; 182 extern const char kInstantUIZeroSuggestUrlPrefix[];
185 extern const char kMultipleProfilePrefMigration[]; 183 extern const char kMultipleProfilePrefMigration[];
186 extern const char kNetworkPredictionEnabled[]; 184 extern const char kNetworkPredictionEnabled[];
187 extern const char kDefaultAppsInstallState[]; 185 extern const char kDefaultAppsInstallState[];
188 extern const char kHideWebStoreIcon[]; 186 extern const char kHideWebStoreIcon[];
189 #if defined(OS_CHROMEOS) 187 #if defined(OS_CHROMEOS)
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 #endif 946 #endif
949 947
950 #if defined(OS_WIN) 948 #if defined(OS_WIN)
951 extern const char kOsPasswordBlank[]; 949 extern const char kOsPasswordBlank[];
952 extern const char kOsPasswordLastChanged[]; 950 extern const char kOsPasswordLastChanged[];
953 #endif 951 #endif
954 952
955 } // namespace prefs 953 } // namespace prefs
956 954
957 #endif // CHROME_COMMON_PREF_NAMES_H_ 955 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698