| OLD | NEW | 
|---|
| 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/files/file_path.h" | 10 #include "base/files/file_path.h" | 
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 47 extern const base::FilePath::CharType kMetroDriverDll[]; | 47 extern const base::FilePath::CharType kMetroDriverDll[]; | 
| 48 extern const base::FilePath::CharType kStatusTrayWindowClass[]; | 48 extern const base::FilePath::CharType kStatusTrayWindowClass[]; | 
| 49 #endif  // defined(OS_WIN) | 49 #endif  // defined(OS_WIN) | 
| 50 | 50 | 
| 51 extern const char    kInitialProfile[]; | 51 extern const char    kInitialProfile[]; | 
| 52 extern const char    kMultiProfileDirPrefix[]; | 52 extern const char    kMultiProfileDirPrefix[]; | 
| 53 extern const base::FilePath::CharType kGuestProfileDir[]; | 53 extern const base::FilePath::CharType kGuestProfileDir[]; | 
| 54 extern const base::FilePath::CharType kSystemProfileDir[]; | 54 extern const base::FilePath::CharType kSystemProfileDir[]; | 
| 55 | 55 | 
| 56 // filenames | 56 // filenames | 
| 57 extern const base::FilePath::CharType kAffiliationDatabaseFileName[]; |  | 
| 58 extern const base::FilePath::CharType kCacheDirname[]; | 57 extern const base::FilePath::CharType kCacheDirname[]; | 
| 59 extern const base::FilePath::CharType kChannelIDFilename[]; | 58 extern const base::FilePath::CharType kChannelIDFilename[]; | 
| 60 extern const base::FilePath::CharType kCookieFilename[]; | 59 extern const base::FilePath::CharType kCookieFilename[]; | 
| 61 extern const base::FilePath::CharType kCRLSetFilename[]; | 60 extern const base::FilePath::CharType kCRLSetFilename[]; | 
| 62 extern const base::FilePath::CharType kCustomDictionaryFileName[]; | 61 extern const base::FilePath::CharType kCustomDictionaryFileName[]; | 
| 63 extern const base::FilePath::CharType kExtensionActivityLogFilename[]; | 62 extern const base::FilePath::CharType kExtensionActivityLogFilename[]; | 
| 64 extern const base::FilePath::CharType kExtensionsCookieFilename[]; | 63 extern const base::FilePath::CharType kExtensionsCookieFilename[]; | 
| 65 extern const base::FilePath::CharType kFirstRunSentinel[]; | 64 extern const base::FilePath::CharType kFirstRunSentinel[]; | 
| 66 extern const base::FilePath::CharType kGCMStoreDirname[]; | 65 extern const base::FilePath::CharType kGCMStoreDirname[]; | 
| 67 extern const base::FilePath::CharType kLocalStateFilename[]; | 66 extern const base::FilePath::CharType kLocalStateFilename[]; | 
| 68 extern const base::FilePath::CharType kLocalStorePoolName[]; | 67 extern const base::FilePath::CharType kLocalStorePoolName[]; | 
| 69 extern const base::FilePath::CharType kLoginDataFileName[]; |  | 
| 70 extern const base::FilePath::CharType kMediaCacheDirname[]; | 68 extern const base::FilePath::CharType kMediaCacheDirname[]; | 
| 71 extern const base::FilePath::CharType kNetworkPersistentStateFilename[]; | 69 extern const base::FilePath::CharType kNetworkPersistentStateFilename[]; | 
| 72 extern const base::FilePath::CharType kOfflinePageMetadataDirname[]; | 70 extern const base::FilePath::CharType kOfflinePageMetadataDirname[]; | 
| 73 extern const base::FilePath::CharType kPreferencesFilename[]; | 71 extern const base::FilePath::CharType kPreferencesFilename[]; | 
| 74 extern const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[]; | 72 extern const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[]; | 
| 75 extern const base::FilePath::CharType kReadmeFilename[]; | 73 extern const base::FilePath::CharType kReadmeFilename[]; | 
| 76 extern const base::FilePath::CharType kResetPromptMementoFilename[]; | 74 extern const base::FilePath::CharType kResetPromptMementoFilename[]; | 
| 77 extern const base::FilePath::CharType kSafeBrowsingBaseFilename[]; | 75 extern const base::FilePath::CharType kSafeBrowsingBaseFilename[]; | 
| 78 extern const base::FilePath::CharType kSecurePreferencesFilename[]; | 76 extern const base::FilePath::CharType kSecurePreferencesFilename[]; | 
| 79 extern const base::FilePath::CharType kServiceStateFileName[]; | 77 extern const base::FilePath::CharType kServiceStateFileName[]; | 
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 143 | 141 | 
| 144 // Used to identify the application to the system AV function in Windows. | 142 // Used to identify the application to the system AV function in Windows. | 
| 145 extern const char kApplicationClientIDStringForAVScanning[]; | 143 extern const char kApplicationClientIDStringForAVScanning[]; | 
| 146 | 144 | 
| 147 // The largest reasonable length we'd assume for a meta tag attribute. | 145 // The largest reasonable length we'd assume for a meta tag attribute. | 
| 148 extern const size_t kMaxMetaTagAttributeLength; | 146 extern const size_t kMaxMetaTagAttributeLength; | 
| 149 | 147 | 
| 150 }  // namespace chrome | 148 }  // namespace chrome | 
| 151 | 149 | 
| 152 #endif  // CHROME_COMMON_CHROME_CONSTANTS_H_ | 150 #endif  // CHROME_COMMON_CHROME_CONSTANTS_H_ | 
| OLD | NEW | 
|---|