| // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| // A handful of resource-like constants related to the Chrome application. |
| |
| #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ |
| #define CHROME_COMMON_CHROME_CONSTANTS_H_ |
| |
| #include "base/files/file_path.h" |
| |
| namespace chrome { |
| |
| extern const char kChromeVersion[]; |
| |
| extern const char kChromeVersionEnvVar[]; |
| |
| extern const base::FilePath::CharType kBrowserProcessExecutableName[]; |
| extern const base::FilePath::CharType kHelperProcessExecutableName[]; |
| extern const base::FilePath::CharType kBrowserProcessExecutablePath[]; |
| extern const base::FilePath::CharType kHelperProcessExecutablePath[]; |
| extern const base::FilePath::CharType kBrowserProcessExecutableNameChromium[]; |
| extern const base::FilePath::CharType kHelperProcessExecutableNameChromium[]; |
| extern const base::FilePath::CharType kBrowserProcessExecutablePathChromium[]; |
| extern const base::FilePath::CharType kHelperProcessExecutablePathChromium[]; |
| #if defined(OS_MACOSX) |
| extern const base::FilePath::CharType kFrameworkName[]; |
| |
| // The helper .app bundle name and executable name may have one of these |
| // suffixes to identify specific features, or it may have no suffix at all. |
| // This is a NULL-terminated array of strings. If kHelperFlavorSuffixes |
| // contains "EN", "MF", and NULL, it indicates that if the normal helper is |
| // named Chromium Helper.app, helper executables could show up at any of |
| // Chromium Helper.app/Contents/MacOS/Chromium Helper, |
| // Chromium Helper EN.app/Contents/MacOS/Chromium Helper EN, and |
| // Chromium Helper MF.app/Contents/MacOS/Chromium Helper MF. |
| extern const base::FilePath::CharType* const kHelperFlavorSuffixes[]; |
| #endif // OS_MACOSX |
| #if defined(OS_WIN) |
| extern const base::FilePath::CharType kMetroDriverDll[]; |
| extern const wchar_t kStatusTrayWindowClass[]; |
| #endif // defined(OS_WIN) |
| extern const wchar_t kMessageWindowClass[]; |
| extern const wchar_t kCrashReportLog[]; |
| extern const wchar_t kTestingInterfaceDLL[]; |
| extern const char kInitialProfile[]; |
| extern const char kMultiProfileDirPrefix[]; |
| extern const wchar_t kBrowserResourcesDll[]; |
| extern const wchar_t kNaClAppName[]; |
| extern const base::FilePath::CharType kExtensionFileExtension[]; |
| extern const base::FilePath::CharType kExtensionKeyFileExtension[]; |
| |
| // filenames |
| #if defined(OS_ANDROID) |
| extern const base::FilePath::CharType kAndroidCacheFilename[]; |
| #endif |
| extern const base::FilePath::CharType kArchivedHistoryFilename[]; |
| extern const base::FilePath::CharType kBookmarksFileName[]; |
| extern const base::FilePath::CharType kCacheDirname[]; |
| extern const base::FilePath::CharType kCookieFilename[]; |
| extern const base::FilePath::CharType kCRLSetFilename[]; |
| extern const base::FilePath::CharType kCustomDictionaryFileName[]; |
| extern const base::FilePath::CharType kExtensionActivityLogFilename[]; |
| extern const base::FilePath::CharType kExtensionsCookieFilename[]; |
| extern const base::FilePath::CharType kFaviconsFilename[]; |
| extern const base::FilePath::CharType kFirstRunSentinel[]; |
| extern const base::FilePath::CharType kHistoryFilename[]; |
| extern const base::FilePath::CharType kJumpListIconDirname[]; |
| extern const base::FilePath::CharType kLocalStateFilename[]; |
| extern const base::FilePath::CharType kLoginDataFileName[]; |
| extern const base::FilePath::CharType kManagedModePolicyFilename[]; |
| extern const base::FilePath::CharType kMediaCacheDirname[]; |
| extern const base::FilePath::CharType kNewTabThumbnailsFilename[]; |
| extern const base::FilePath::CharType kOBCertFilename[]; |
| extern const base::FilePath::CharType kPreferencesFilename[]; |
| extern const base::FilePath::CharType kReadmeFilename[]; |
| extern const base::FilePath::CharType kSafeBrowsingBaseFilename[]; |
| extern const base::FilePath::CharType kServiceStateFileName[]; |
| extern const base::FilePath::CharType kShortcutsDatabaseName[]; |
| extern const base::FilePath::CharType kSingletonCookieFilename[]; |
| extern const base::FilePath::CharType kSingletonLockFilename[]; |
| extern const base::FilePath::CharType kSingletonSocketFilename[]; |
| extern const base::FilePath::CharType kSyncCredentialsFilename[]; |
| extern const base::FilePath::CharType kThemePackFilename[]; |
| extern const base::FilePath::CharType kThumbnailsFilename[]; |
| extern const base::FilePath::CharType kTopSitesFilename[]; |
| extern const base::FilePath::CharType kWebAppDirname[]; |
| extern const base::FilePath::CharType kWebDataFilename[]; |
| |
| // File name of the Pepper Flash plugin on different platforms. |
| extern const base::FilePath::CharType kPepperFlashPluginFilename[]; |
| |
| // directory names |
| extern const wchar_t kUserDataDirname[]; |
| |
| #if defined(OS_CHROMEOS) |
| extern const base::FilePath::CharType kDriveCacheDirname[]; |
| #endif // defined(OS_CHROMEOS) |
| |
| extern const bool kRecordModeEnabled; |
| |
| // The language code used when the language of a page could not be detected. |
| // (Matches what the CLD -Compact Language Detection- library reports.) |
| extern const char* const kUnknownLanguageCode; |
| |
| // If another javascript message box is displayed within |
| // kJavascriptMessageExpectedDelay of a previous javascript message box being |
| // dismissed, display an option to suppress future message boxes from this |
| // contents. |
| extern const int kJavascriptMessageExpectedDelay; |
| |
| // Are touch icons enabled? False by default. |
| extern const bool kEnableTouchIcon; |
| |
| // Fraction of the total number of processes to be used for hosting |
| // extensions. If we have more extensions than this percentage, we will start |
| // combining extensions in existing processes. This allows web pages to have |
| // enough render processes and not be starved when a lot of extensions are |
| // installed. |
| extern const float kMaxShareOfExtensionProcesses; |
| |
| #if defined(OS_LINUX) |
| // The highest and lowest assigned OOM score adjustment |
| // (oom_score_adj) used by the OomPriority Manager. |
| extern const int kLowestRendererOomScore; |
| extern const int kHighestRendererOomScore; |
| #endif |
| |
| #if defined(OS_WIN) |
| // This is used by the PreRead experiment. |
| extern const char kPreReadEnvironmentVariable[]; |
| // Used by Metro Chrome to create the profile under a custom subdirectory. |
| extern const wchar_t kMetroChromeUserDataSubDir[]; |
| // Used by Metro Chrome to initiate navigation and search requests. |
| extern const wchar_t kMetroNavigationAndSearchMessage[]; |
| // Used by Metro Chrome to get information about the current tab. |
| extern const wchar_t kMetroGetCurrentTabInfoMessage[]; |
| // Used by Metro Chrome to store activation state. |
| extern const wchar_t kMetroRegistryPath[]; |
| extern const wchar_t kLaunchModeValue[]; |
| #endif |
| |
| } // namespace chrome |
| |
| #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ |