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

Side by Side Diff: chrome/installer/util/master_preferences_constants.h

Issue 2594113002: Remove multi-install from installer_util. (Closed)
Patch Set: go Created 3 years, 11 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
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 // This file contains the constants used to process master_preferences files 5 // This file contains the constants used to process master_preferences files
6 // used by setup and first run. 6 // used by setup and first run.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_ 8 #ifndef CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_
9 #define CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_ 9 #define CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 extern const char kLogFile[]; 68 extern const char kLogFile[];
69 // Boolean. Register Chrome as default browser. Cmd line override present. 69 // Boolean. Register Chrome as default browser. Cmd line override present.
70 extern const char kMakeChromeDefault[]; 70 extern const char kMakeChromeDefault[];
71 // Boolean. Register Chrome as default browser for the current user. 71 // Boolean. Register Chrome as default browser for the current user.
72 extern const char kMakeChromeDefaultForUser[]; 72 extern const char kMakeChromeDefaultForUser[];
73 // Boolean. Expect to be run by an MSI installer. Cmd line override present. 73 // Boolean. Expect to be run by an MSI installer. Cmd line override present.
74 extern const char kMsi[]; 74 extern const char kMsi[];
75 // String. The MSI Product ID under which the MSI stores its information. This 75 // String. The MSI Product ID under which the MSI stores its information. This
76 // is used to update the DisplayVersion to match Chrome's version number. 76 // is used to update the DisplayVersion to match Chrome's version number.
77 extern const char kMsiProductId[]; 77 extern const char kMsiProductId[];
78 // Boolean. Support installing multiple products at once.
79 extern const char kMultiInstall[];
80 // Boolean. Show EULA dialog before install. 78 // Boolean. Show EULA dialog before install.
81 extern const char kRequireEula[]; 79 extern const char kRequireEula[];
82 // Boolean. Indicates that the first-run 'set-as-default' dialog should not be 80 // Boolean. Indicates that the first-run 'set-as-default' dialog should not be
83 // shown. Relevant in Windows 8+ context only. If this is true, the standard 81 // shown. Relevant in Windows 8+ context only. If this is true, the standard
84 // 'set default browser' prompt on the butter-bar will appear during the first 82 // 'set default browser' prompt on the butter-bar will appear during the first
85 // run. 83 // run.
86 extern const char kSuppressFirstRunDefaultBrowserPrompt[]; 84 extern const char kSuppressFirstRunDefaultBrowserPrompt[];
87 // Boolean. Install Chrome to system wise location. Cmd line override present. 85 // Boolean. Install Chrome to system wise location. Cmd line override present.
88 extern const char kSystemLevel[]; 86 extern const char kSystemLevel[];
89 // Boolean. Run installer in verbose mode. Cmd line override present. 87 // Boolean. Run installer in verbose mode. Cmd line override present.
90 extern const char kVerboseLogging[]; 88 extern const char kVerboseLogging[];
91 // Name of the block that contains the extensions on the master preferences. 89 // Name of the block that contains the extensions on the master preferences.
92 extern const char kExtensionsBlock[]; 90 extern const char kExtensionsBlock[];
93 // Boolean. Allow Chrome to be downgraded to a previous version if true. 91 // Boolean. Allow Chrome to be downgraded to a previous version if true.
94 extern const char kAllowDowngrade[]; 92 extern const char kAllowDowngrade[];
95 93
96 } // namespace master_preferences 94 } // namespace master_preferences
97 } // namespace installer 95 } // namespace installer
98 96
99 #endif // CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_ 97 #endif // CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/master_preferences.cc ('k') | chrome/installer/util/master_preferences_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698