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

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

Issue 2623253002: Adding check to ensure onboarding content is not shown to supervised users. (Closed)
Patch Set: Fixing Win double define 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 96004fea07588a2cbf756b21bc63661b228e906b..4ecc3aa3ae731914a948ddbc546979289ddf8451 100644
--- a/chrome/browser/ui/startup/startup_tab_provider.h
+++ b/chrome/browser/ui/startup/startup_tab_provider.h
@@ -63,7 +63,8 @@ class StartupTabProviderImpl : public StartupTabProvider {
static StartupTabs CheckStandardOnboardingTabPolicy(
bool is_first_run,
bool has_seen_welcome_page,
- bool is_signed_in);
+ bool is_signed_in,
+ bool is_supervised_user);
Peter Kasting 2017/01/12 18:28:19 Random muse: It seems like there are now a number
#if defined(OS_WIN)
// Determines which tabs should be shown according to onboarding/first run
@@ -74,7 +75,8 @@ class StartupTabProviderImpl : public StartupTabProvider {
bool has_seen_win10_promo,
bool is_signed_in,
bool set_default_browser_allowed,
- bool is_default_browser);
+ bool is_default_browser,
+ bool is_supervised_user);
#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