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

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

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/browser/translate/translate_tab_helper.cc ('k') | chrome/common/chrome_constants.cc » ('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 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_H_ 8 #define CHROME_COMMON_CHROME_CONSTANTS_H_
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 // filenames 54 // filenames
55 #if defined(OS_ANDROID) 55 #if defined(OS_ANDROID)
56 extern const base::FilePath::CharType kAndroidCacheFilename[]; 56 extern const base::FilePath::CharType kAndroidCacheFilename[];
57 #endif 57 #endif
58 extern const base::FilePath::CharType kArchivedHistoryFilename[]; 58 extern const base::FilePath::CharType kArchivedHistoryFilename[];
59 extern const base::FilePath::CharType kBookmarksFileName[]; 59 extern const base::FilePath::CharType kBookmarksFileName[];
60 extern const base::FilePath::CharType kCacheDirname[]; 60 extern const base::FilePath::CharType kCacheDirname[];
61 extern const base::FilePath::CharType kCookieFilename[]; 61 extern const base::FilePath::CharType kCookieFilename[];
62 extern const base::FilePath::CharType kCRLSetFilename[]; 62 extern const base::FilePath::CharType kCRLSetFilename[];
63 extern const base::FilePath::CharType kCLDDataFilename[];
63 extern const base::FilePath::CharType kCustomDictionaryFileName[]; 64 extern const base::FilePath::CharType kCustomDictionaryFileName[];
64 extern const base::FilePath::CharType kExtensionActivityLogFilename[]; 65 extern const base::FilePath::CharType kExtensionActivityLogFilename[];
65 extern const base::FilePath::CharType kExtensionsCookieFilename[]; 66 extern const base::FilePath::CharType kExtensionsCookieFilename[];
66 extern const base::FilePath::CharType kFaviconsFilename[]; 67 extern const base::FilePath::CharType kFaviconsFilename[];
67 extern const base::FilePath::CharType kFirstRunSentinel[]; 68 extern const base::FilePath::CharType kFirstRunSentinel[];
68 extern const base::FilePath::CharType kGCMStoreDirname[]; 69 extern const base::FilePath::CharType kGCMStoreDirname[];
69 extern const base::FilePath::CharType kHistoryFilename[]; 70 extern const base::FilePath::CharType kHistoryFilename[];
70 extern const base::FilePath::CharType kJumpListIconDirname[]; 71 extern const base::FilePath::CharType kJumpListIconDirname[];
71 extern const base::FilePath::CharType kLocalStateFilename[]; 72 extern const base::FilePath::CharType kLocalStateFilename[];
72 extern const base::FilePath::CharType kLocalStorePoolName[]; 73 extern const base::FilePath::CharType kLocalStorePoolName[];
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 extern const char kApplicationClientIDStringForAVScanning[]; 161 extern const char kApplicationClientIDStringForAVScanning[];
161 162
162 #if defined(OS_ANDROID) 163 #if defined(OS_ANDROID)
163 // The largest reasonable length we'd assume for a meta tag attribute. 164 // The largest reasonable length we'd assume for a meta tag attribute.
164 extern const size_t kMaxMetaTagAttributeLength; 165 extern const size_t kMaxMetaTagAttributeLength;
165 #endif 166 #endif
166 167
167 } // namespace chrome 168 } // namespace chrome
168 169
169 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 170 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/translate/translate_tab_helper.cc ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698