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

Side by Side Diff: chrome/common/chrome_constants.cc

Issue 187393005: Make it possible to read CLD data from a file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final rebase Created 6 years, 8 months 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
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/render_messages.h » ('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 #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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 kBookmarksFileName[] = FPL("Bookmarks"); 154 const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
155 const base::FilePath::CharType kCacheDirname[] = FPL("Cache"); 155 const base::FilePath::CharType kCacheDirname[] = FPL("Cache");
156 const base::FilePath::CharType kCookieFilename[] = FPL("Cookies"); 156 const base::FilePath::CharType kCookieFilename[] = FPL("Cookies");
157 const base::FilePath::CharType kCRLSetFilename[] = 157 const base::FilePath::CharType kCRLSetFilename[] =
158 FPL("Certificate Revocation Lists"); 158 FPL("Certificate Revocation Lists");
159 const base::FilePath::CharType kCLDDataFilename[] =
160 FPL("cld2_data.bin");
159 const base::FilePath::CharType kCustomDictionaryFileName[] = 161 const base::FilePath::CharType kCustomDictionaryFileName[] =
160 FPL("Custom Dictionary.txt"); 162 FPL("Custom Dictionary.txt");
161 const base::FilePath::CharType kExtensionActivityLogFilename[] = 163 const base::FilePath::CharType kExtensionActivityLogFilename[] =
162 FPL("Extension Activity"); 164 FPL("Extension Activity");
163 const base::FilePath::CharType kExtensionsCookieFilename[] = 165 const base::FilePath::CharType kExtensionsCookieFilename[] =
164 FPL("Extension Cookies"); 166 FPL("Extension Cookies");
165 const base::FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); 167 const base::FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
166 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run"); 168 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
167 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store"); 169 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store");
168 const base::FilePath::CharType kHistoryFilename[] = FPL("History"); 170 const base::FilePath::CharType kHistoryFilename[] = FPL("History");
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 const char kApplicationClientIDStringForAVScanning[] = 269 const char kApplicationClientIDStringForAVScanning[] =
268 "2676A9A2-D919-4FEE-9187-152100393AB2"; 270 "2676A9A2-D919-4FEE-9187-152100393AB2";
269 271
270 #if defined(OS_ANDROID) 272 #if defined(OS_ANDROID)
271 const size_t kMaxMetaTagAttributeLength = 2000; 273 const size_t kMaxMetaTagAttributeLength = 2000;
272 #endif 274 #endif
273 275
274 } // namespace chrome 276 } // namespace chrome
275 277
276 #undef FPL 278 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698