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

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

Issue 1226643002: Welcome page changes for Windows 10 and over. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rewording in policy_templates.json and sync to position 338549 Created 5 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
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 3baacc17d1cb76945857858ff9fc8662a9a69ee4..3fadc0efe294b71a6a04f57b854c10f4f2fc9672 100644
--- a/chrome/installer/util/master_preferences_constants.cc
+++ b/chrome/installer/util/master_preferences_constants.cc
@@ -23,6 +23,8 @@ namespace master_preferences {
const char kDistroSuppressDefaultBrowserPromptPref[] =
"suppress_default_browser_prompt_for_version";
const char kDistroSuppressFirstRunBubble[] = "suppress_first_run_bubble";
+ const char kDistroWelcomePageOnOSUpgradeEnabled[] =
+ "welcome_page_on_os_upgrade_enabled";
const char kDoNotCreateAnyShortcuts[] = "do_not_create_any_shortcuts";
const char kDoNotCreateDesktopShortcut[] = "do_not_create_desktop_shortcut";
const char kDoNotCreateQuickLaunchShortcut[] =
« no previous file with comments | « chrome/installer/util/master_preferences_constants.h ('k') | chrome/installer/util/master_preferences_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698