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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 extern const wchar_t kPageInfoWindowPlacement[]; | 228 extern const wchar_t kPageInfoWindowPlacement[]; |
229 extern const wchar_t kKeywordEditorWindowPlacement[]; | 229 extern const wchar_t kKeywordEditorWindowPlacement[]; |
230 extern const wchar_t kMemoryCacheSize[]; | 230 extern const wchar_t kMemoryCacheSize[]; |
231 | 231 |
232 extern const wchar_t kDownloadDefaultDirectory[]; | 232 extern const wchar_t kDownloadDefaultDirectory[]; |
233 extern const wchar_t kDownloadExtensionsToOpen[]; | 233 extern const wchar_t kDownloadExtensionsToOpen[]; |
234 extern const wchar_t kDownloadDirUpgraded[]; | 234 extern const wchar_t kDownloadDirUpgraded[]; |
235 | 235 |
236 extern const wchar_t kSaveFileDefaultDirectory[]; | 236 extern const wchar_t kSaveFileDefaultDirectory[]; |
237 | 237 |
| 238 extern const wchar_t kSelectFileLastDirectory[]; |
| 239 |
238 extern const wchar_t kHungPluginDetectFrequency[]; | 240 extern const wchar_t kHungPluginDetectFrequency[]; |
239 extern const wchar_t kPluginMessageResponseTimeout[]; | 241 extern const wchar_t kPluginMessageResponseTimeout[]; |
240 | 242 |
241 extern const wchar_t kSpellCheckDictionary[]; | 243 extern const wchar_t kSpellCheckDictionary[]; |
242 | 244 |
243 extern const wchar_t kExcludedSchemes[]; | 245 extern const wchar_t kExcludedSchemes[]; |
244 | 246 |
245 extern const wchar_t kSafeBrowsingClientKey[]; | 247 extern const wchar_t kSafeBrowsingClientKey[]; |
246 extern const wchar_t kSafeBrowsingWrappedKey[]; | 248 extern const wchar_t kSafeBrowsingWrappedKey[]; |
247 | 249 |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 | 315 |
314 extern const wchar_t kCloudPrintServiceURL[]; | 316 extern const wchar_t kCloudPrintServiceURL[]; |
315 extern const wchar_t kCloudPrintProxyId[]; | 317 extern const wchar_t kCloudPrintProxyId[]; |
316 extern const wchar_t kCloudPrintAuthToken[]; | 318 extern const wchar_t kCloudPrintAuthToken[]; |
317 extern const wchar_t kCloudPrintXMPPAuthToken[]; | 319 extern const wchar_t kCloudPrintXMPPAuthToken[]; |
318 extern const wchar_t kCloudPrintEmail[]; | 320 extern const wchar_t kCloudPrintEmail[]; |
319 | 321 |
320 } // namespace prefs | 322 } // namespace prefs |
321 | 323 |
322 #endif // CHROME_COMMON_PREF_NAMES_H_ | 324 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |