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
3 // found in the LICENSE file.
5 // Defines all the command-line switches used by Chrome installer.
7 #ifndef CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__
8 #define CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__
12 extern const wchar_t kChromeArchive
[];
13 extern const wchar_t kChromeCompressedArchive
[];
14 extern const wchar_t kVisualElements
[];
15 extern const wchar_t kVisualElementsManifest
[];
16 extern const wchar_t kWowHelperExe
[];
18 extern const wchar_t kInstallSourceDir
[];
19 extern const wchar_t kInstallSourceChromeDir
[];
21 extern const wchar_t kMediaPlayerRegPath
[];
23 } // namespace installer
25 #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__