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

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

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/common/chrome_constants.h ('k') | chrome/test/base/testing_profile.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 #include "chrome/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow"; 115 const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow";
116 const wchar_t kCrashReportLog[] = L"Reported Crashes.txt"; 116 const wchar_t kCrashReportLog[] = L"Reported Crashes.txt";
117 const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll"; 117 const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll";
118 const char kInitialProfile[] = "Default"; 118 const char kInitialProfile[] = "Default";
119 const char kMultiProfileDirPrefix[] = "Profile "; 119 const char kMultiProfileDirPrefix[] = "Profile ";
120 const wchar_t kBrowserResourcesDll[] = L"chrome.dll"; 120 const wchar_t kBrowserResourcesDll[] = L"chrome.dll";
121 const FilePath::CharType kExtensionFileExtension[] = FPL(".crx"); 121 const FilePath::CharType kExtensionFileExtension[] = FPL(".crx");
122 const FilePath::CharType kExtensionKeyFileExtension[] = FPL(".pem"); 122 const FilePath::CharType kExtensionKeyFileExtension[] = FPL(".pem");
123 123
124 // filenames 124 // filenames
125 #if defined(OS_ANDROID)
126 const FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache");
127 #endif
125 const FilePath::CharType kArchivedHistoryFilename[] = FPL("Archived History"); 128 const FilePath::CharType kArchivedHistoryFilename[] = FPL("Archived History");
126 const FilePath::CharType kCacheDirname[] = FPL("Cache"); 129 const FilePath::CharType kCacheDirname[] = FPL("Cache");
127 const FilePath::CharType kCRLSetFilename[] = 130 const FilePath::CharType kCRLSetFilename[] =
128 FPL("Certificate Revocation Lists"); 131 FPL("Certificate Revocation Lists");
129 const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); 132 const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
130 const FilePath::CharType kOffTheRecordMediaCacheDirname[] = 133 const FilePath::CharType kOffTheRecordMediaCacheDirname[] =
131 FPL("Incognito Media Cache"); 134 FPL("Incognito Media Cache");
132 const FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak"); 135 const FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
133 const FilePath::CharType kCookieFilename[] = FPL("Cookies"); 136 const FilePath::CharType kCookieFilename[] = FPL("Cookies");
134 const FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs"); 137 const FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro"; 206 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro";
204 const wchar_t kMetroNavigationAndSearchMessage[] = 207 const wchar_t kMetroNavigationAndSearchMessage[] =
205 L"CHROME_METRO_NAV_SEARCH_REQUEST"; 208 L"CHROME_METRO_NAV_SEARCH_REQUEST";
206 const wchar_t kMetroGetCurrentTabInfoMessage[] = 209 const wchar_t kMetroGetCurrentTabInfoMessage[] =
207 L"CHROME_METRO_GET_CURRENT_TAB_INFO"; 210 L"CHROME_METRO_GET_CURRENT_TAB_INFO";
208 #endif 211 #endif
209 212
210 } // namespace chrome 213 } // namespace chrome
211 214
212 #undef FPL 215 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698