| 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..1799497d45585b0f38543a7f040b80693e88e9f2 100644
|
| --- a/chrome/browser/first_run/first_run_internal.h
|
| +++ b/chrome/browser/first_run/first_run_internal.h
|
| @@ -63,7 +63,9 @@ void SetShowWelcomePagePrefIfNeeded(
|
|
|
| void SetDefaultBrowser(installer::MasterPreferences* install_prefs);
|
|
|
| -// Returns true if the first-run-ui process should be skipped.
|
| +// 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.
|
|
|