| Index: chrome/browser/ui/startup/default_browser_prompt.h
|
| diff --git a/chrome/browser/ui/startup/default_browser_prompt.h b/chrome/browser/ui/startup/default_browser_prompt.h
|
| index 1c6857f455d3a1db5de29eb670172001ab71248d..6a6ca5278d005cd659629c696d3a19fdeee25459 100644
|
| --- a/chrome/browser/ui/startup/default_browser_prompt.h
|
| +++ b/chrome/browser/ui/startup/default_browser_prompt.h
|
| @@ -13,6 +13,10 @@ namespace browser {
|
| // Shows a prompt UI to set the default browser if necessary.
|
| void ShowDefaultBrowserPrompt(Profile* profile);
|
|
|
| +// Shows a prompt UI to set the default browser on first run
|
| +// (if necessary and permitted).
|
| +void ShowFirstRunDefaultBrowserPrompt(Profile* profile);
|
| +
|
| } // namespace browser
|
|
|
| #endif // CHROME_BROWSER_UI_STARTUP_DEFAULT_BROWSER_PROMPT_H_
|
|
|