OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 // Defines all install related constants that need to be used by Chrome as | 5 // Defines all install related constants that need to be used by Chrome as |
6 // well as Chrome Installer. | 6 // well as Chrome Installer. |
7 | 7 |
8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ | 8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ |
9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ | 9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ |
10 #pragma once | 10 #pragma once |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 extern const char kToastResultsKey[]; | 161 extern const char kToastResultsKey[]; |
162 } // namespace switches | 162 } // namespace switches |
163 | 163 |
164 extern const wchar_t kChromeDll[]; | 164 extern const wchar_t kChromeDll[]; |
165 extern const wchar_t kChromeExe[]; | 165 extern const wchar_t kChromeExe[]; |
166 extern const wchar_t kChromeFrameDll[]; | 166 extern const wchar_t kChromeFrameDll[]; |
167 extern const wchar_t kChromeFrameHelperExe[]; | 167 extern const wchar_t kChromeFrameHelperExe[]; |
168 extern const wchar_t kChromeFrameHelperWndClass[]; | 168 extern const wchar_t kChromeFrameHelperWndClass[]; |
169 extern const wchar_t kChromeFrameReadyModeField[]; | 169 extern const wchar_t kChromeFrameReadyModeField[]; |
170 extern const wchar_t kChromeLauncherExe[]; | 170 extern const wchar_t kChromeLauncherExe[]; |
171 extern const wchar_t kChromeNaCl64Dll[]; | |
172 extern const wchar_t kChromeOldExe[]; | 171 extern const wchar_t kChromeOldExe[]; |
173 extern const wchar_t kChromeNewExe[]; | 172 extern const wchar_t kChromeNewExe[]; |
174 extern const wchar_t kCmdQuickEnableCf[]; | 173 extern const wchar_t kCmdQuickEnableCf[]; |
175 extern const wchar_t kGoogleChromeInstallSubDir1[]; | 174 extern const wchar_t kGoogleChromeInstallSubDir1[]; |
176 extern const wchar_t kGoogleChromeInstallSubDir2[]; | 175 extern const wchar_t kGoogleChromeInstallSubDir2[]; |
177 extern const wchar_t kInstallBinaryDir[]; | 176 extern const wchar_t kInstallBinaryDir[]; |
178 extern const wchar_t kInstallerDir[]; | 177 extern const wchar_t kInstallerDir[]; |
179 extern const wchar_t kInstallTempDir[]; | 178 extern const wchar_t kInstallTempDir[]; |
180 extern const wchar_t kInstallUserDataDir[]; | 179 extern const wchar_t kInstallUserDataDir[]; |
181 extern const wchar_t kNaClExe[]; | 180 extern const wchar_t kNaClExe[]; |
(...skipping 15 matching lines...) Expand all Loading... |
197 // Google Update named environment variable that implies kSystemLevel. | 196 // Google Update named environment variable that implies kSystemLevel. |
198 extern const char kGoogleUpdateIsMachineEnvVar[]; | 197 extern const char kGoogleUpdateIsMachineEnvVar[]; |
199 | 198 |
200 // Product options. | 199 // Product options. |
201 extern const wchar_t kOptionMultiInstall[]; | 200 extern const wchar_t kOptionMultiInstall[]; |
202 extern const wchar_t kOptionReadyMode[]; | 201 extern const wchar_t kOptionReadyMode[]; |
203 | 202 |
204 } // namespace installer | 203 } // namespace installer |
205 | 204 |
206 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ | 205 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ |
OLD | NEW |