Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Side by Side Diff: chrome/installer/setup/setup_constants.h

Issue 2933043002: Installer support for Windows 10 inactive user toast. (Closed)
Patch Set: review feedback Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/setup/setup_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 // 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 9
10 namespace installer { 10 namespace installer {
11 11
12 extern const wchar_t kChromeArchive[]; 12 extern const wchar_t kChromeArchive[];
13 extern const wchar_t kChromeCompressedArchive[]; 13 extern const wchar_t kChromeCompressedArchive[];
14 extern const wchar_t kVisualElements[]; 14 extern const wchar_t kVisualElements[];
15 extern const wchar_t kVisualElementsManifest[]; 15 extern const wchar_t kVisualElementsManifest[];
16 16
17 extern const wchar_t kInstallSourceDir[]; 17 extern const wchar_t kInstallSourceDir[];
18 extern const wchar_t kInstallSourceChromeDir[]; 18 extern const wchar_t kInstallSourceChromeDir[];
19 19
20 extern const wchar_t kMediaPlayerRegPath[]; 20 extern const wchar_t kMediaPlayerRegPath[];
21 21
22 namespace switches { 22 namespace switches {
23 23
24 extern const char kDelay[]; 24 extern const char kDelay[];
25 extern const char kSetDisplayVersionProduct[]; 25 extern const char kSetDisplayVersionProduct[];
26 extern const char kSetDisplayVersionValue[]; 26 extern const char kSetDisplayVersionValue[];
27 extern const char kUserExperiment[];
27 28
28 } // namespace switches 29 } // namespace switches
29 30
30 } // namespace installer 31 } // namespace installer
31 32
32 #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ 33 #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__
OLDNEW
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/setup/setup_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698