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

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

Issue 10702097: Adds browser preferences to configure first-run flow on Windows 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed the new field in SBC. Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/installer/util/master_preferences_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 // 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 // Boolean. Register Chrome as default browser. Cmd line override present. 63 // Boolean. Register Chrome as default browser. Cmd line override present.
64 extern const char kMakeChromeDefault[]; 64 extern const char kMakeChromeDefault[];
65 // Boolean. Register Chrome as default browser for the current user. 65 // Boolean. Register Chrome as default browser for the current user.
66 extern const char kMakeChromeDefaultForUser[]; 66 extern const char kMakeChromeDefaultForUser[];
67 // Boolean. Expect to be run by an MSI installer. Cmd line override present. 67 // Boolean. Expect to be run by an MSI installer. Cmd line override present.
68 extern const char kMsi[]; 68 extern const char kMsi[];
69 // Boolean. Support installing multiple products at once. 69 // Boolean. Support installing multiple products at once.
70 extern const char kMultiInstall[]; 70 extern const char kMultiInstall[];
71 // Boolean. Show EULA dialog before install. 71 // Boolean. Show EULA dialog before install.
72 extern const char kRequireEula[]; 72 extern const char kRequireEula[];
73 // Boolean. Indicates that the first-run 'set-as-default' dialog should not be
74 // shown. Relevant in Windows 8+ context only. If this is true, the standard
75 // 'set default browser' prompt on the butter-bar will appear during the first
76 // run.
77 extern const char kSuppressFirstRunDefaultBrowserPrompt[];
73 // Boolean. Install Chrome to system wise location. Cmd line override present. 78 // Boolean. Install Chrome to system wise location. Cmd line override present.
74 extern const char kSystemLevel[]; 79 extern const char kSystemLevel[];
75 // Boolean. Run installer in verbose mode. Cmd line override present. 80 // Boolean. Run installer in verbose mode. Cmd line override present.
76 extern const char kVerboseLogging[]; 81 extern const char kVerboseLogging[];
77 // Name of the block that contains the extensions on the master preferences. 82 // Name of the block that contains the extensions on the master preferences.
78 extern const char kExtensionsBlock[]; 83 extern const char kExtensionsBlock[];
79 } // namespace master_preferences 84 } // namespace master_preferences
80 } // namespace installer 85 } // namespace installer
81 86
82 #endif // CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_ 87 #endif // CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/installer/util/master_preferences_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698