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

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

Issue 2449853008: Determine the Win10-specific Welcome page variant to display (Closed)
Patch Set: More nits Created 4 years, 1 month 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/resources/welcome/win10/sectioned.js ('k') | chrome/browser/ui/startup/startup_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_features.h
diff --git a/chrome/browser/ui/startup/startup_features.h b/chrome/browser/ui/startup/startup_features.h
index 0a4e52150933319c8db25c913ddcb2dd786bc0df..0e711501171d67b48d74e7631203a671979dae5a 100644
--- a/chrome/browser/ui/startup/startup_features.h
+++ b/chrome/browser/ui/startup/startup_features.h
@@ -11,6 +11,10 @@ namespace features {
extern const base::Feature kUseConsolidatedStartupFlow;
+#if defined(OS_WIN)
+extern const base::Feature kWelcomeWin10InlineStyle;
+#endif
+
} // namespace features
#endif // CHROME_BROWSER_UI_STARTUP_STARTUP_FEATURES_H_
« no previous file with comments | « chrome/browser/resources/welcome/win10/sectioned.js ('k') | chrome/browser/ui/startup/startup_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698