Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
|
grt (UTC plus 2)
2012/05/01 04:17:03
2012
gab
2012/05/01 22:19:02
Done.
| |
| 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 the command-line switches used by Chrome installer. | 5 // Defines all the command-line switches used by Chrome installer. |
| 6 | 6 |
| 7 #ifndef CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ | 7 #ifndef CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ |
| 8 #define CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ | 8 #define CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ |
| 9 #pragma once | 9 #pragma once |
| 10 | 10 |
| 11 namespace installer { | 11 namespace installer { |
| 12 | 12 |
| 13 extern const wchar_t kWowHelperExe[]; | |
| 14 extern const wchar_t kDictionaries[]; | |
| 15 extern const wchar_t kChromeArchive[]; | 13 extern const wchar_t kChromeArchive[]; |
| 16 extern const wchar_t kChromeCompressedArchive[]; | 14 extern const wchar_t kChromeCompressedArchive[]; |
| 17 | 15 |
| 18 extern const wchar_t kInstallSourceDir[]; | 16 extern const wchar_t kInstallSourceDir[]; |
| 19 extern const wchar_t kInstallSourceChromeDir[]; | 17 extern const wchar_t kInstallSourceChromeDir[]; |
| 20 | 18 |
| 21 extern const wchar_t kMediaPlayerRegPath[]; | 19 extern const wchar_t kMediaPlayerRegPath[]; |
| 20 | |
| 22 } // namespace installer | 21 } // namespace installer |
| 23 | 22 |
| 24 #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ | 23 #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ |
| OLD | NEW |