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

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

Issue 10756023: Fix the first_run regression issue related to skip_first_run_ui setting processing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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 610a516f2a8702b8da8c3abd6d668852a2db2bef..5cebc77a585f8526fdcb0f2483a493478311b8da 100644
--- a/chrome/browser/first_run/first_run_internal.h
+++ b/chrome/browser/first_run/first_run_internal.h
@@ -63,8 +63,10 @@ void SetShowWelcomePagePrefIfNeeded(
void SetDefaultBrowser(installer::MasterPreferences* install_prefs);
-// Returns true if the first-run-ui process should be skipped.
-bool SkipFirstRunUI(installer::MasterPreferences* install_prefs);
+// Returns true if first run ui should not be skipped, which are the cases that
+// either skip_first_run_ui setting is set to false, or the setting is not
+// found or specified.
+bool NotSkipFirstRunUI(installer::MasterPreferences* install_prefs);
msw 2012/07/10 01:51:21 Restore the original name and comment.
jennyz 2012/07/10 16:07:16 Done.
// Sets ping_delay.
void SetRLZPref(first_run::MasterPrefs* out_prefs,

Powered by Google App Engine
This is Rietveld 408576698