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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 extern const wchar_t kNextExtensionsUpdateCheck[]; | 214 extern const wchar_t kNextExtensionsUpdateCheck[]; |
215 | 215 |
216 extern const wchar_t kExtensionBlacklistUpdateVersion[]; | 216 extern const wchar_t kExtensionBlacklistUpdateVersion[]; |
217 | 217 |
218 extern const wchar_t kNTPMostVisitedURLsBlacklist[]; | 218 extern const wchar_t kNTPMostVisitedURLsBlacklist[]; |
219 extern const wchar_t kNTPMostVisitedPinnedURLs[]; | 219 extern const wchar_t kNTPMostVisitedPinnedURLs[]; |
220 extern const wchar_t kNTPTipsCache[]; | 220 extern const wchar_t kNTPTipsCache[]; |
221 extern const wchar_t kNTPTipsCacheUpdate[]; | 221 extern const wchar_t kNTPTipsCacheUpdate[]; |
222 extern const wchar_t kNTPTipsServer[]; | 222 extern const wchar_t kNTPTipsServer[]; |
223 extern const wchar_t kNTPShownSections[]; | 223 extern const wchar_t kNTPShownSections[]; |
| 224 extern const wchar_t kNTPPrefVersion[]; |
224 | 225 |
225 extern const wchar_t kDevToolsOpenDocked[]; | 226 extern const wchar_t kDevToolsOpenDocked[]; |
226 extern const wchar_t kDevToolsSplitLocation[]; | 227 extern const wchar_t kDevToolsSplitLocation[]; |
227 | 228 |
228 extern const wchar_t kSyncLastSyncedTime[]; | 229 extern const wchar_t kSyncLastSyncedTime[]; |
229 extern const wchar_t kSyncHasSetupCompleted[]; | 230 extern const wchar_t kSyncHasSetupCompleted[]; |
230 } | 231 } |
231 | 232 |
232 #endif // CHROME_COMMON_PREF_NAMES_H_ | 233 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |