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

Unified Diff: chrome/browser/ui/startup/startup_features.cc

Issue 2687573004: Enabling new FRE and launch flow by default on Win 10. (Closed)
Patch Set: Created 3 years, 10 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/browser/ui/startup/startup_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_features.cc
diff --git a/chrome/browser/ui/startup/startup_features.cc b/chrome/browser/ui/startup/startup_features.cc
index 7c1bc55a79f4a48be47b4bcd259becb6b6ed4a15..0d3b7cb9f21b420ae0aac4ae4bb9ddc12975df1e 100644
--- a/chrome/browser/ui/startup/startup_features.cc
+++ b/chrome/browser/ui/startup/startup_features.cc
@@ -10,6 +10,9 @@ const base::Feature kUseConsolidatedStartupFlow{
"UseConsolidatedStartupFlow", base::FEATURE_ENABLED_BY_DEFAULT};
#if defined(OS_WIN)
+const base::Feature kEnableWelcomeWin10{"EnableWelcomeWin10",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
const base::Feature kWelcomeWin10InlineStyle{"WelcomeWin10InlineStyle",
base::FEATURE_ENABLED_BY_DEFAULT};
#endif
« no previous file with comments | « chrome/browser/ui/startup/startup_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698