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
3 // found in the LICENSE file.
5 #include "chrome/common/chrome_constants.h"
7 #include "base/files/file_path.h"
9 #define FPL FILE_PATH_LITERAL
11 #if defined(OS_MACOSX)
12 #define CHROMIUM_PRODUCT_STRING "Chromium"
13 #if defined(GOOGLE_CHROME_BUILD)
14 #define PRODUCT_STRING "Google Chrome"
15 #elif defined(CHROMIUM_BUILD)
16 #define PRODUCT_STRING "Chromium"
18 #error Unknown branding
20 #endif // defined(OS_MACOSX)
24 const char kChromeVersionEnvVar
[] = "CHROME_VERSION";
26 // The following should not be used for UI strings; they are meant
27 // for system strings only. UI changes should be made in the GRD.
29 // There are four constants used to locate the executable name and path:
31 // kBrowserProcessExecutableName
32 // kHelperProcessExecutableName
33 // kBrowserProcessExecutablePath
34 // kHelperProcessExecutablePath
36 // In one condition, our tests will be built using the Chrome branding
37 // though we want to actually execute a Chromium branded application.
38 // This happens for the reference build on Mac. To support that case,
39 // we also include a Chromium version of each of the four constants and
40 // in the UITest class we support switching to that version when told to
44 const base::FilePath::CharType kBrowserProcessExecutableNameChromium
[] =
46 const base::FilePath::CharType kBrowserProcessExecutableName
[] =
48 const base::FilePath::CharType kHelperProcessExecutableNameChromium
[] =
50 const base::FilePath::CharType kHelperProcessExecutableName
[] =
52 #elif defined(OS_MACOSX)
53 const base::FilePath::CharType kBrowserProcessExecutableNameChromium
[] =
54 FPL(CHROMIUM_PRODUCT_STRING
);
55 const base::FilePath::CharType kBrowserProcessExecutableName
[] =
57 const base::FilePath::CharType kHelperProcessExecutableNameChromium
[] =
58 FPL(CHROMIUM_PRODUCT_STRING
" Helper");
59 const base::FilePath::CharType kHelperProcessExecutableName
[] =
60 FPL(PRODUCT_STRING
" Helper");
61 #elif defined(OS_ANDROID)
62 // NOTE: Keep it synced with the process names defined in AndroidManifest.xml.
63 const base::FilePath::CharType kBrowserProcessExecutableName
[] = FPL("chrome");
64 const base::FilePath::CharType kBrowserProcessExecutableNameChromium
[] =
66 const base::FilePath::CharType kHelperProcessExecutableName
[] =
67 FPL("sandboxed_process");
68 const base::FilePath::CharType kHelperProcessExecutableNameChromium
[] = FPL("");
69 #elif defined(OS_POSIX)
70 const base::FilePath::CharType kBrowserProcessExecutableNameChromium
[] =
72 const base::FilePath::CharType kBrowserProcessExecutableName
[] = FPL("chrome");
73 // Helper processes end up with a name of "exe" due to execing via
74 // /proc/self/exe. See bug 22703.
75 const base::FilePath::CharType kHelperProcessExecutableNameChromium
[] =
77 const base::FilePath::CharType kHelperProcessExecutableName
[] = FPL("exe");
81 const base::FilePath::CharType kBrowserProcessExecutablePathChromium
[] =
83 const base::FilePath::CharType kBrowserProcessExecutablePath
[] =
85 const base::FilePath::CharType kHelperProcessExecutablePathChromium
[] =
87 const base::FilePath::CharType kHelperProcessExecutablePath
[] =
89 #elif defined(OS_MACOSX)
90 const base::FilePath::CharType kBrowserProcessExecutablePathChromium
[] =
91 FPL(CHROMIUM_PRODUCT_STRING
".app/Contents/MacOS/" CHROMIUM_PRODUCT_STRING
);
92 const base::FilePath::CharType kBrowserProcessExecutablePath
[] =
93 FPL(PRODUCT_STRING
".app/Contents/MacOS/" PRODUCT_STRING
);
94 const base::FilePath::CharType kHelperProcessExecutablePathChromium
[] =
95 FPL(CHROMIUM_PRODUCT_STRING
" Helper.app/Contents/MacOS/"
96 CHROMIUM_PRODUCT_STRING
" Helper");
97 const base::FilePath::CharType kHelperProcessExecutablePath
[] =
98 FPL(PRODUCT_STRING
" Helper.app/Contents/MacOS/" PRODUCT_STRING
" Helper");
99 #elif defined(OS_ANDROID)
100 const base::FilePath::CharType kBrowserProcessExecutablePath
[] = FPL("chrome");
101 const base::FilePath::CharType kHelperProcessExecutablePath
[] = FPL("chrome");
102 const base::FilePath::CharType kBrowserProcessExecutablePathChromium
[] =
104 const base::FilePath::CharType kHelperProcessExecutablePathChromium
[] =
106 #elif defined(OS_POSIX)
107 const base::FilePath::CharType kBrowserProcessExecutablePathChromium
[] =
109 const base::FilePath::CharType kBrowserProcessExecutablePath
[] = FPL("chrome");
110 const base::FilePath::CharType kHelperProcessExecutablePathChromium
[] =
112 const base::FilePath::CharType kHelperProcessExecutablePath
[] = FPL("chrome");
115 #if defined(OS_MACOSX)
116 const base::FilePath::CharType kFrameworkName
[] =
117 FPL(PRODUCT_STRING
" Framework.framework");
119 const char* const kHelperFlavorSuffixes
[] = {
120 FPL("EH"), // Executable heap
127 const base::FilePath::CharType kMetroDriverDll
[] = FPL("metro_driver.dll");
128 const wchar_t kStatusTrayWindowClass
[] = L
"Chrome_StatusTrayWindow";
129 #endif // defined(OS_WIN)
131 const wchar_t kCrashReportLog
[] = L
"Reported Crashes.txt";
132 const wchar_t kTestingInterfaceDLL
[] = L
"testing_interface.dll";
133 const char kInitialProfile
[] = "Default";
134 const char kMultiProfileDirPrefix
[] = "Profile ";
135 const base::FilePath::CharType kGuestProfileDir
[] = FPL("Guest Profile");
136 const base::FilePath::CharType kSystemProfileDir
[] = FPL("System Profile");
137 const wchar_t kBrowserResourcesDll
[] = L
"chrome.dll";
140 const base::FilePath::CharType kCacheDirname
[] = FPL("Cache");
141 const base::FilePath::CharType kChannelIDFilename
[] = FPL("Origin Bound Certs");
142 const base::FilePath::CharType kCookieFilename
[] = FPL("Cookies");
143 const base::FilePath::CharType kCRLSetFilename
[] =
144 FPL("Certificate Revocation Lists");
145 const base::FilePath::CharType kCustomDictionaryFileName
[] =
146 FPL("Custom Dictionary.txt");
147 const base::FilePath::CharType kExtensionActivityLogFilename
[] =
148 FPL("Extension Activity");
149 const base::FilePath::CharType kExtensionsCookieFilename
[] =
150 FPL("Extension Cookies");
151 const base::FilePath::CharType kFirstRunSentinel
[] = FPL("First Run");
152 const base::FilePath::CharType kGCMStoreDirname
[] = FPL("GCM Store");
153 const base::FilePath::CharType kJumpListIconDirname
[] = FPL("JumpListIcons");
154 const base::FilePath::CharType kLocalStateFilename
[] = FPL("Local State");
155 const base::FilePath::CharType kLocalStorePoolName
[] = FPL("LocalStorePool");
156 const base::FilePath::CharType kLoginDataFileName
[] = FPL("Login Data");
157 const base::FilePath::CharType kMediaCacheDirname
[] = FPL("Media Cache");
158 const base::FilePath::CharType kNewTabThumbnailsFilename
[] =
159 FPL("Top Thumbnails");
160 const base::FilePath::CharType kPreferencesFilename
[] = FPL("Preferences");
161 const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated
[] =
162 FPL("Protected Preferences");
163 const base::FilePath::CharType kReadmeFilename
[] = FPL("README");
164 const base::FilePath::CharType kResetPromptMementoFilename
[] =
165 FPL("Reset Prompt Memento");
166 const base::FilePath::CharType kSafeBrowsingBaseFilename
[] =
167 FPL("Safe Browsing");
168 const base::FilePath::CharType kSecurePreferencesFilename
[] =
169 FPL("Secure Preferences");
170 const base::FilePath::CharType kServiceStateFileName
[] = FPL("Service State");
171 const base::FilePath::CharType kShortcutsDatabaseName
[] = FPL("Shortcuts");
172 const base::FilePath::CharType kSingletonCookieFilename
[] =
173 FPL("SingletonCookie");
174 const base::FilePath::CharType kSingletonLockFilename
[] = FPL("SingletonLock");
175 const base::FilePath::CharType kSingletonSocketFilename
[] =
176 FPL("SingletonSocket");
177 const base::FilePath::CharType kSupervisedUserSettingsFilename
[] =
178 FPL("Managed Mode Settings");
179 const base::FilePath::CharType kSyncCredentialsFilename
[] =
180 FPL("Sync Credentials");
181 const base::FilePath::CharType kThemePackFilename
[] = FPL("Cached Theme.pak");
182 const base::FilePath::CharType kTopSitesFilename
[] = FPL("Top Sites");
183 const base::FilePath::CharType kWebAppDirname
[] = FPL("Web Applications");
185 // File name of the Pepper Flash plugin on different platforms.
186 const base::FilePath::CharType kPepperFlashPluginFilename
[] =
187 #if defined(OS_MACOSX)
188 FPL("PepperFlashPlayer.plugin");
189 #elif defined(OS_WIN)
190 FPL("pepflashplayer.dll");
191 #else // OS_LINUX, etc.
192 FPL("libpepflashplayer.so");
196 const wchar_t kUserDataDirname
[] = L
"User Data";
198 // We don't enable record mode in the released product because users could
199 // potentially be tricked into running a product in record mode without
200 // knowing it. Enable in debug builds. Playback mode is allowed always,
201 // because it is useful for testing and not hazardous by itself.
203 // const bool kRecordModeEnabled = true;
205 // const bool kRecordModeEnabled = false;
208 const bool kRecordModeEnabled
= true;
210 #if defined(OS_ANDROID) || defined(OS_IOS)
211 const bool kEnableTouchIcon
= true;
213 const bool kEnableTouchIcon
= false;
216 const float kMaxShareOfExtensionProcesses
= 0.30f
;
218 #if defined(OS_LINUX)
219 const int kLowestRendererOomScore
= 300;
220 const int kHighestRendererOomScore
= 1000;
224 const wchar_t kMetroNavigationAndSearchMessage
[] =
225 L
"CHROME_METRO_NAV_SEARCH_REQUEST";
226 const wchar_t kMetroGetCurrentTabInfoMessage
[] =
227 L
"CHROME_METRO_GET_CURRENT_TAB_INFO";
228 const wchar_t kMetroRegistryPath
[] =
229 L
"Software\\" PRODUCT_STRING_PATH L
"\\Metro";
230 const wchar_t kLaunchModeValue
[] = L
"launch_mode";
231 // This is used by breakpad and the metrics reporting.
232 const wchar_t kBrowserCrashDumpAttemptsRegistryPath
[] =
233 L
"Software\\" PRODUCT_STRING_PATH L
"\\BrowserCrashDumpAttempts";
234 // This is used by browser exit code metrics reporting.
235 const wchar_t kBrowserExitCodesRegistryPath
[] =
236 L
"Software\\" PRODUCT_STRING_PATH L
"\\BrowserExitCodes";
239 #if defined(OS_CHROMEOS)
240 const char kProfileDirPrefix
[] = "u-";
241 const char kLegacyProfileDir
[] = "user";
242 const char kTestUserProfileDir
[] = "test-user";
245 // This GUID is associated with any 'don't ask me again' settings that the
246 // user can select for different file types.
247 // {2676A9A2-D919-4FEE-9187-152100393AB2}
248 const char kApplicationClientIDStringForAVScanning
[] =
249 "2676A9A2-D919-4FEE-9187-152100393AB2";
251 const size_t kMaxMetaTagAttributeLength
= 2000;
253 } // namespace chrome