OLD | NEW |
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 #include "chrome/common/chrome_constants.h" | 5 #include "chrome/common/chrome_constants.h" |
6 | 6 |
7 #include "base/files/file_path.h" | 7 #include "base/files/file_path.h" |
8 | 8 |
9 #define FPL FILE_PATH_LITERAL | 9 #define FPL FILE_PATH_LITERAL |
10 | 10 |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 const base::FilePath::CharType kGuestProfileDir[] = FPL("Guest Profile"); | 145 const base::FilePath::CharType kGuestProfileDir[] = FPL("Guest Profile"); |
146 const wchar_t kBrowserResourcesDll[] = L"chrome.dll"; | 146 const wchar_t kBrowserResourcesDll[] = L"chrome.dll"; |
147 | 147 |
148 // filenames | 148 // filenames |
149 #if defined(OS_ANDROID) | 149 #if defined(OS_ANDROID) |
150 const base::FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache"); | 150 const base::FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache"); |
151 #endif | 151 #endif |
152 const base::FilePath::CharType kArchivedHistoryFilename[] = | 152 const base::FilePath::CharType kArchivedHistoryFilename[] = |
153 FPL("Archived History"); | 153 FPL("Archived History"); |
154 const base::FilePath::CharType kCacheDirname[] = FPL("Cache"); | 154 const base::FilePath::CharType kCacheDirname[] = FPL("Cache"); |
| 155 const base::FilePath::CharType kChannelIDFilename[] = FPL("Origin Bound Certs"); |
155 const base::FilePath::CharType kCookieFilename[] = FPL("Cookies"); | 156 const base::FilePath::CharType kCookieFilename[] = FPL("Cookies"); |
156 const base::FilePath::CharType kCRLSetFilename[] = | 157 const base::FilePath::CharType kCRLSetFilename[] = |
157 FPL("Certificate Revocation Lists"); | 158 FPL("Certificate Revocation Lists"); |
158 const base::FilePath::CharType kCustomDictionaryFileName[] = | 159 const base::FilePath::CharType kCustomDictionaryFileName[] = |
159 FPL("Custom Dictionary.txt"); | 160 FPL("Custom Dictionary.txt"); |
160 const base::FilePath::CharType kExtensionActivityLogFilename[] = | 161 const base::FilePath::CharType kExtensionActivityLogFilename[] = |
161 FPL("Extension Activity"); | 162 FPL("Extension Activity"); |
162 const base::FilePath::CharType kExtensionsCookieFilename[] = | 163 const base::FilePath::CharType kExtensionsCookieFilename[] = |
163 FPL("Extension Cookies"); | 164 FPL("Extension Cookies"); |
164 const base::FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); | 165 const base::FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); |
165 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run"); | 166 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run"); |
166 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store"); | 167 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store"); |
167 const base::FilePath::CharType kHistoryFilename[] = FPL("History"); | 168 const base::FilePath::CharType kHistoryFilename[] = FPL("History"); |
168 const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); | 169 const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); |
169 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State"); | 170 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State"); |
170 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool"); | 171 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool"); |
171 const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data"); | 172 const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data"); |
172 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); | 173 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); |
173 const base::FilePath::CharType kNewTabThumbnailsFilename[] = | 174 const base::FilePath::CharType kNewTabThumbnailsFilename[] = |
174 FPL("Top Thumbnails"); | 175 FPL("Top Thumbnails"); |
175 const base::FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs"); | |
176 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); | 176 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); |
177 const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] = | 177 const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] = |
178 FPL("Protected Preferences"); | 178 FPL("Protected Preferences"); |
179 const base::FilePath::CharType kReadmeFilename[] = FPL("README"); | 179 const base::FilePath::CharType kReadmeFilename[] = FPL("README"); |
180 const base::FilePath::CharType kResetPromptMementoFilename[] = | 180 const base::FilePath::CharType kResetPromptMementoFilename[] = |
181 FPL("Reset Prompt Memento"); | 181 FPL("Reset Prompt Memento"); |
182 const base::FilePath::CharType kSafeBrowsingBaseFilename[] = | 182 const base::FilePath::CharType kSafeBrowsingBaseFilename[] = |
183 FPL("Safe Browsing"); | 183 FPL("Safe Browsing"); |
184 const base::FilePath::CharType kSecurePreferencesFilename[] = | 184 const base::FilePath::CharType kSecurePreferencesFilename[] = |
185 FPL("Secure Preferences"); | 185 FPL("Secure Preferences"); |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 const char kApplicationClientIDStringForAVScanning[] = | 268 const char kApplicationClientIDStringForAVScanning[] = |
269 "2676A9A2-D919-4FEE-9187-152100393AB2"; | 269 "2676A9A2-D919-4FEE-9187-152100393AB2"; |
270 | 270 |
271 #if defined(OS_ANDROID) | 271 #if defined(OS_ANDROID) |
272 const size_t kMaxMetaTagAttributeLength = 2000; | 272 const size_t kMaxMetaTagAttributeLength = 2000; |
273 #endif | 273 #endif |
274 | 274 |
275 } // namespace chrome | 275 } // namespace chrome |
276 | 276 |
277 #undef FPL | 277 #undef FPL |
OLD | NEW |