| 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 ab461ea4a883a61f0df8b5d1e4113aff4f06ce0b..23a4ed0c09755d1cb37e09a1791605a48b90a3b5 100644
|
| --- a/chrome/browser/ui/startup/default_browser_prompt.h
|
| +++ b/chrome/browser/ui/startup/default_browser_prompt.h
|
| @@ -17,6 +17,11 @@ void ShowDefaultBrowserPrompt(Profile* profile);
|
| // (if necessary and permitted).
|
| void ShowFirstRunDefaultBrowserPrompt(Profile* profile);
|
|
|
| +// Indicates if the program should expect a modal 'make Chrome default browser'
|
| +// dialog to appear during the current startup sequence.
|
| +// |is_first_run| indicates if this is the first run.
|
| +bool ExpectDefaultBrowserPromptDialog(Profile* profile, bool is_first_run);
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_STARTUP_DEFAULT_BROWSER_PROMPT_H_
|
|
|