Index: chrome/installer/util/master_preferences_constants.h |
diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h |
index a8ebd486d7243d95d388168f82cb427dbdc484db..cbc79c74f2709341a8b1077533ac639a30439251 100644 |
--- a/chrome/installer/util/master_preferences_constants.h |
+++ b/chrome/installer/util/master_preferences_constants.h |
@@ -52,6 +52,10 @@ extern const char kDistroPingDelay[]; |
extern const char kDistroSuppressDefaultBrowserPromptPref[]; |
// Boolean. Do not show first run bubble, even if it would otherwise be shown. |
extern const char kDistroSuppressFirstRunBubble[]; |
+// Boolean that specifies whether or not showing the welcome page following an |
+// OS upgrade is enabled. True by default. May be overridden by the |
+// WelcomePageOnOSUpgradeEnabled policy setting. |
+extern const char kDistroWelcomePageOnOSUpgradeEnabled[]; |
// Boolean. Prevent creation of all shortcuts to chrome, including the |
// desktop, quick launch, taskbar and the start menu shortcuts. |
extern const char kDoNotCreateAnyShortcuts[]; |