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

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

Issue 2625793002: Fix the logic that determines when to show the Win 10 promo page. (Closed)
Patch Set: Rebase comments add braces Created 3 years, 11 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 | « no previous file | chrome/browser/ui/startup/startup_tab_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_tab_provider.h
diff --git a/chrome/browser/ui/startup/startup_tab_provider.h b/chrome/browser/ui/startup/startup_tab_provider.h
index 633ee02b172020b08c15d27135b81c7f5c1e23df..96004fea07588a2cbf756b21bc63661b228e906b 100644
--- a/chrome/browser/ui/startup/startup_tab_provider.h
+++ b/chrome/browser/ui/startup/startup_tab_provider.h
@@ -68,11 +68,13 @@ class StartupTabProviderImpl : public StartupTabProvider {
#if defined(OS_WIN)
// Determines which tabs should be shown according to onboarding/first run
// policy, including promo content specific to Windows 10.
- static StartupTabs CheckWin10OnboardingTabPolicy(bool is_first_run,
- bool has_seen_welcome_page,
- bool has_seen_win10_promo,
- bool is_signed_in,
- bool is_default_browser);
+ static StartupTabs CheckWin10OnboardingTabPolicy(
+ bool is_first_run,
+ bool has_seen_welcome_page,
+ bool has_seen_win10_promo,
+ bool is_signed_in,
+ bool set_default_browser_allowed,
+ bool is_default_browser);
#endif
// Processes first run URLs specified in Master Preferences file, replacing
« no previous file with comments | « no previous file | chrome/browser/ui/startup/startup_tab_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698