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

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

Issue 10217010: Completed the code path from AndroidProviderService to HistoryBackend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 7 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
« no previous file with comments | « chrome/chrome_tests.gypi ('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 #pragma once 9 #pragma once
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 extern const wchar_t kCrashReportLog[]; 45 extern const wchar_t kCrashReportLog[];
46 extern const wchar_t kTestingInterfaceDLL[]; 46 extern const wchar_t kTestingInterfaceDLL[];
47 extern const char kInitialProfile[]; 47 extern const char kInitialProfile[];
48 extern const char kMultiProfileDirPrefix[]; 48 extern const char kMultiProfileDirPrefix[];
49 extern const wchar_t kBrowserResourcesDll[]; 49 extern const wchar_t kBrowserResourcesDll[];
50 extern const wchar_t kNaClAppName[]; 50 extern const wchar_t kNaClAppName[];
51 extern const FilePath::CharType kExtensionFileExtension[]; 51 extern const FilePath::CharType kExtensionFileExtension[];
52 extern const FilePath::CharType kExtensionKeyFileExtension[]; 52 extern const FilePath::CharType kExtensionKeyFileExtension[];
53 53
54 // filenames 54 // filenames
55 #if defined(OS_ANDROID)
56 extern const FilePath::CharType kAndroidCacheFilename[];
57 #endif
55 extern const FilePath::CharType kArchivedHistoryFilename[]; 58 extern const FilePath::CharType kArchivedHistoryFilename[];
56 extern const FilePath::CharType kCacheDirname[]; 59 extern const FilePath::CharType kCacheDirname[];
57 extern const FilePath::CharType kCRLSetFilename[]; 60 extern const FilePath::CharType kCRLSetFilename[];
58 extern const FilePath::CharType kMediaCacheDirname[]; 61 extern const FilePath::CharType kMediaCacheDirname[];
59 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[]; 62 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
60 extern const FilePath::CharType kThemePackFilename[]; 63 extern const FilePath::CharType kThemePackFilename[];
61 extern const FilePath::CharType kCookieFilename[]; 64 extern const FilePath::CharType kCookieFilename[];
62 extern const FilePath::CharType kOBCertFilename[]; 65 extern const FilePath::CharType kOBCertFilename[];
63 extern const FilePath::CharType kExtensionsCookieFilename[]; 66 extern const FilePath::CharType kExtensionsCookieFilename[];
64 extern const FilePath::CharType kIsolatedAppStateDirname[]; 67 extern const FilePath::CharType kIsolatedAppStateDirname[];
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 extern const wchar_t kMetroChromeUserDataSubDir[]; 137 extern const wchar_t kMetroChromeUserDataSubDir[];
135 // Used by Metro Chrome to initiate navigation and search requests. 138 // Used by Metro Chrome to initiate navigation and search requests.
136 extern const wchar_t kMetroNavigationAndSearchMessage[]; 139 extern const wchar_t kMetroNavigationAndSearchMessage[];
137 // Used by Metro Chrome to get information about the current tab. 140 // Used by Metro Chrome to get information about the current tab.
138 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; 141 extern const wchar_t kMetroGetCurrentTabInfoMessage[];
139 #endif 142 #endif
140 143
141 } // namespace chrome 144 } // namespace chrome
142 145
143 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 146 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698