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

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

Issue 10837244: Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Tweak suppression. Created 8 years, 4 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 | Annotate | Revision Log
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/file_path.h" 10 #include "base/file_path.h"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 extern const FilePath::CharType kArchivedHistoryFilename[]; 58 extern const FilePath::CharType kArchivedHistoryFilename[];
59 extern const FilePath::CharType kBookmarksFileName[]; 59 extern const FilePath::CharType kBookmarksFileName[];
60 extern const FilePath::CharType kCacheDirname[]; 60 extern const FilePath::CharType kCacheDirname[];
61 extern const FilePath::CharType kCookieFilename[]; 61 extern const FilePath::CharType kCookieFilename[];
62 extern const FilePath::CharType kCRLSetFilename[]; 62 extern const FilePath::CharType kCRLSetFilename[];
63 extern const FilePath::CharType kCustomDictionaryFileName[]; 63 extern const FilePath::CharType kCustomDictionaryFileName[];
64 extern const FilePath::CharType kExtensionsCookieFilename[]; 64 extern const FilePath::CharType kExtensionsCookieFilename[];
65 extern const FilePath::CharType kFaviconsFilename[]; 65 extern const FilePath::CharType kFaviconsFilename[];
66 extern const FilePath::CharType kHistoryBookmarksFileName[]; 66 extern const FilePath::CharType kHistoryBookmarksFileName[];
67 extern const FilePath::CharType kHistoryFilename[]; 67 extern const FilePath::CharType kHistoryFilename[];
68 extern const FilePath::CharType kHQPCacheFilename[];
69 extern const FilePath::CharType kHQPCacheDBFilename[];
68 extern const FilePath::CharType kIsolatedAppStateDirname[]; 70 extern const FilePath::CharType kIsolatedAppStateDirname[];
69 extern const FilePath::CharType kJumpListIconDirname[]; 71 extern const FilePath::CharType kJumpListIconDirname[];
70 extern const FilePath::CharType kLocalStateFilename[]; 72 extern const FilePath::CharType kLocalStateFilename[];
71 extern const FilePath::CharType kLoginDataFileName[]; 73 extern const FilePath::CharType kLoginDataFileName[];
72 extern const FilePath::CharType kManagedModePolicyFilename[]; 74 extern const FilePath::CharType kManagedModePolicyFilename[];
73 extern const FilePath::CharType kMediaCacheDirname[]; 75 extern const FilePath::CharType kMediaCacheDirname[];
74 extern const FilePath::CharType kNewTabThumbnailsFilename[]; 76 extern const FilePath::CharType kNewTabThumbnailsFilename[];
75 extern const FilePath::CharType kOBCertFilename[]; 77 extern const FilePath::CharType kOBCertFilename[];
76 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[]; 78 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
77 extern const FilePath::CharType kPreferencesFilename[]; 79 extern const FilePath::CharType kPreferencesFilename[];
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 extern const wchar_t kMetroChromeUserDataSubDir[]; 137 extern const wchar_t kMetroChromeUserDataSubDir[];
136 // Used by Metro Chrome to initiate navigation and search requests. 138 // Used by Metro Chrome to initiate navigation and search requests.
137 extern const wchar_t kMetroNavigationAndSearchMessage[]; 139 extern const wchar_t kMetroNavigationAndSearchMessage[];
138 // Used by Metro Chrome to get information about the current tab. 140 // Used by Metro Chrome to get information about the current tab.
139 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; 141 extern const wchar_t kMetroGetCurrentTabInfoMessage[];
140 #endif 142 #endif
141 143
142 } // namespace chrome 144 } // namespace chrome
143 145
144 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 146 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698