| 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 947ceb9db05cfa5bb20c89b6dbead15d46f28fb7..7907be042d77a3c358b71941b04ad733bb946495 100644
|
| --- a/chrome/browser/ui/startup/default_browser_prompt.h
|
| +++ b/chrome/browser/ui/startup/default_browser_prompt.h
|
| @@ -10,7 +10,8 @@ class Profile;
|
| namespace chrome {
|
|
|
| // Shows a prompt UI to set the default browser if necessary.
|
| -void ShowDefaultBrowserPrompt(Profile* profile);
|
| +void ShowDefaultBrowserPrompt(Profile* profile,
|
| + bool permit_prompt_on_first_run);
|
|
|
| // Shows a prompt UI to set the default browser on first run
|
| // (if necessary and permitted).
|
|
|