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

Unified Diff: chrome/browser/first_run/first_run_internal.h

Issue 12638005: Fix sync promo first run bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 7 years, 9 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/prefs/session_startup_pref.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run_internal.h
diff --git a/chrome/browser/first_run/first_run_internal.h b/chrome/browser/first_run/first_run_internal.h
index 01187cca89760c8eccc9d98082eb0913fa4e6547..000874c7447c846af8fd0b92e9f8048b5c16738b 100644
--- a/chrome/browser/first_run/first_run_internal.h
+++ b/chrome/browser/first_run/first_run_internal.h
@@ -59,11 +59,6 @@ void SetupMasterPrefsFromInstallPrefs(
void SetDefaultBrowser(installer::MasterPreferences* install_prefs);
-// Returns true if first run ui should be skipped, which is the case that
-// skip_first_run_ui setting is set to true. In the case the setting is
-// not found or specified, it returns false by default.
-bool SkipFirstRunUI(installer::MasterPreferences* install_prefs);
-
// Sets ping_delay.
void SetRLZPref(first_run::MasterPrefs* out_prefs,
installer::MasterPreferences* install_prefs);
« no previous file with comments | « no previous file | chrome/browser/prefs/session_startup_pref.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698