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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 | 250 |
251 extern const wchar_t kSpellCheckDictionary[]; | 251 extern const wchar_t kSpellCheckDictionary[]; |
252 | 252 |
253 extern const wchar_t kExcludedSchemes[]; | 253 extern const wchar_t kExcludedSchemes[]; |
254 | 254 |
255 extern const wchar_t kSafeBrowsingClientKey[]; | 255 extern const wchar_t kSafeBrowsingClientKey[]; |
256 extern const wchar_t kSafeBrowsingWrappedKey[]; | 256 extern const wchar_t kSafeBrowsingWrappedKey[]; |
257 | 257 |
258 extern const wchar_t kOptionsWindowLastTabIndex[]; | 258 extern const wchar_t kOptionsWindowLastTabIndex[]; |
259 extern const wchar_t kContentSettingsWindowLastTabIndex[]; | 259 extern const wchar_t kContentSettingsWindowLastTabIndex[]; |
| 260 extern const wchar_t kCertificateManagerWindowLastTabIndex[]; |
260 extern const wchar_t kShouldShowFirstRunBubble[]; | 261 extern const wchar_t kShouldShowFirstRunBubble[]; |
261 extern const wchar_t kShouldUseOEMFirstRunBubble[]; | 262 extern const wchar_t kShouldUseOEMFirstRunBubble[]; |
262 extern const wchar_t kShouldUseMinimalFirstRunBubble[]; | 263 extern const wchar_t kShouldUseMinimalFirstRunBubble[]; |
263 extern const wchar_t kShouldShowWelcomePage[]; | 264 extern const wchar_t kShouldShowWelcomePage[]; |
264 | 265 |
265 extern const wchar_t kLastKnownGoogleURL[]; | 266 extern const wchar_t kLastKnownGoogleURL[]; |
266 extern const wchar_t kLastKnownIntranetRedirectOrigin[]; | 267 extern const wchar_t kLastKnownIntranetRedirectOrigin[]; |
267 | 268 |
268 extern const wchar_t kCountryIDAtInstall[]; | 269 extern const wchar_t kCountryIDAtInstall[]; |
269 extern const wchar_t kGeoIDAtInstall[]; // OBSOLETE | 270 extern const wchar_t kGeoIDAtInstall[]; // OBSOLETE |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 | 325 |
325 extern const wchar_t kCloudPrintServiceURL[]; | 326 extern const wchar_t kCloudPrintServiceURL[]; |
326 extern const wchar_t kCloudPrintProxyId[]; | 327 extern const wchar_t kCloudPrintProxyId[]; |
327 extern const wchar_t kCloudPrintAuthToken[]; | 328 extern const wchar_t kCloudPrintAuthToken[]; |
328 extern const wchar_t kCloudPrintXMPPAuthToken[]; | 329 extern const wchar_t kCloudPrintXMPPAuthToken[]; |
329 extern const wchar_t kCloudPrintEmail[]; | 330 extern const wchar_t kCloudPrintEmail[]; |
330 | 331 |
331 } // namespace prefs | 332 } // namespace prefs |
332 | 333 |
333 #endif // CHROME_COMMON_PREF_NAMES_H_ | 334 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |