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

Unified Diff: chrome/installer/util/master_preferences_constants.cc

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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/master_preferences_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/master_preferences_constants.cc
diff --git a/chrome/installer/util/master_preferences_constants.cc b/chrome/installer/util/master_preferences_constants.cc
index 8884ce058734e2ea613c404d9e8c3a6eb5d5997e..a59c4f2ae60381429a4033644ead096d73d076f8 100644
--- a/chrome/installer/util/master_preferences_constants.cc
+++ b/chrome/installer/util/master_preferences_constants.cc
@@ -31,6 +31,8 @@ namespace master_preferences {
const char kLogFile[] = "log_file";
const char kMakeChromeDefault[] = "make_chrome_default";
const char kMakeChromeDefaultForUser[] = "make_chrome_default_for_user";
+ const char kSuppressFirstRunDefaultBrowserPrompt[] =
+ "suppress_first_run_default_browser_prompt";
const char kMsi[] = "msi";
const char kMultiInstall[] = "multi_install";
const char kRequireEula[] = "require_eula";
« no previous file with comments | « chrome/installer/util/master_preferences_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698