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/file_path.h" | 10 #include "base/file_path.h" |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 extern const FilePath::CharType kHistoryBookmarksFileName[]; | 66 extern const FilePath::CharType kHistoryBookmarksFileName[]; |
67 extern const FilePath::CharType kHistoryFilename[]; | 67 extern const FilePath::CharType kHistoryFilename[]; |
68 extern const FilePath::CharType kIsolatedAppStateDirname[]; | 68 extern const FilePath::CharType kIsolatedAppStateDirname[]; |
69 extern const FilePath::CharType kJumpListIconDirname[]; | 69 extern const FilePath::CharType kJumpListIconDirname[]; |
70 extern const FilePath::CharType kLocalStateFilename[]; | 70 extern const FilePath::CharType kLocalStateFilename[]; |
71 extern const FilePath::CharType kLoginDataFileName[]; | 71 extern const FilePath::CharType kLoginDataFileName[]; |
72 extern const FilePath::CharType kManagedModePolicyFilename[]; | 72 extern const FilePath::CharType kManagedModePolicyFilename[]; |
73 extern const FilePath::CharType kMediaCacheDirname[]; | 73 extern const FilePath::CharType kMediaCacheDirname[]; |
74 extern const FilePath::CharType kNewTabThumbnailsFilename[]; | 74 extern const FilePath::CharType kNewTabThumbnailsFilename[]; |
75 extern const FilePath::CharType kOBCertFilename[]; | 75 extern const FilePath::CharType kOBCertFilename[]; |
76 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[]; | |
77 extern const FilePath::CharType kPreferencesFilename[]; | 76 extern const FilePath::CharType kPreferencesFilename[]; |
78 extern const FilePath::CharType kReadmeFilename[]; | 77 extern const FilePath::CharType kReadmeFilename[]; |
79 extern const FilePath::CharType kSafeBrowsingBaseFilename[]; | 78 extern const FilePath::CharType kSafeBrowsingBaseFilename[]; |
80 extern const FilePath::CharType kServiceStateFileName[]; | 79 extern const FilePath::CharType kServiceStateFileName[]; |
81 extern const FilePath::CharType kShortcutsDatabaseName[]; | 80 extern const FilePath::CharType kShortcutsDatabaseName[]; |
82 extern const FilePath::CharType kSingletonCookieFilename[]; | 81 extern const FilePath::CharType kSingletonCookieFilename[]; |
83 extern const FilePath::CharType kSingletonLockFilename[]; | 82 extern const FilePath::CharType kSingletonLockFilename[]; |
84 extern const FilePath::CharType kSingletonSocketFilename[]; | 83 extern const FilePath::CharType kSingletonSocketFilename[]; |
85 extern const FilePath::CharType kSyncCredentialsFilename[]; | 84 extern const FilePath::CharType kSyncCredentialsFilename[]; |
86 extern const FilePath::CharType kThemePackFilename[]; | 85 extern const FilePath::CharType kThemePackFilename[]; |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 extern const wchar_t kMetroChromeUserDataSubDir[]; | 134 extern const wchar_t kMetroChromeUserDataSubDir[]; |
136 // Used by Metro Chrome to initiate navigation and search requests. | 135 // Used by Metro Chrome to initiate navigation and search requests. |
137 extern const wchar_t kMetroNavigationAndSearchMessage[]; | 136 extern const wchar_t kMetroNavigationAndSearchMessage[]; |
138 // Used by Metro Chrome to get information about the current tab. | 137 // Used by Metro Chrome to get information about the current tab. |
139 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; | 138 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; |
140 #endif | 139 #endif |
141 | 140 |
142 } // namespace chrome | 141 } // namespace chrome |
143 | 142 |
144 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ | 143 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ |
OLD | NEW |