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

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

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/setup_constants.h ('k') | chrome/installer/setup/setup_main.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 #include "chrome/installer/setup/setup_constants.h" 5 #include "chrome/installer/setup/setup_constants.h"
6 6
7 namespace installer { 7 namespace installer {
8 8
9 // Elements that make up install paths. 9 // Elements that make up install paths.
10 const wchar_t kChromeArchive[] = L"chrome.7z"; 10 const wchar_t kChromeArchive[] = L"chrome.7z";
(...skipping 14 matching lines...) Expand all
25 // seconds. This is used when changing the DisplayVersion registry value 25 // seconds. This is used when changing the DisplayVersion registry value
26 // only after some time has passed, called by the MSI installer. 26 // only after some time has passed, called by the MSI installer.
27 const char kDelay[] = "delay"; 27 const char kDelay[] = "delay";
28 28
29 // Set the MSI-managed DisplayVersion in the registry to match Chrome's real 29 // Set the MSI-managed DisplayVersion in the registry to match Chrome's real
30 // version number. The parameter to this option specifies the product-id in 30 // version number. The parameter to this option specifies the product-id in
31 // the registry under HKLM. 31 // the registry under HKLM.
32 const char kSetDisplayVersionProduct[] = "set-display-version-product"; 32 const char kSetDisplayVersionProduct[] = "set-display-version-product";
33 const char kSetDisplayVersionValue[] = "set-display-version-value"; 33 const char kSetDisplayVersionValue[] = "set-display-version-value";
34 34
35 // Run setup.exe to conduct a post-update experiment.
36 const char kUserExperiment[] = "user-experiment";
37
35 } // namespace switches 38 } // namespace switches
36 39
37 } // namespace installer 40 } // namespace installer
OLDNEW
« no previous file with comments | « chrome/installer/setup/setup_constants.h ('k') | chrome/installer/setup/setup_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698