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, |