| Index: chrome/browser/ui/startup/default_browser_prompt_win.cc
|
| diff --git a/chrome/browser/ui/startup/default_browser_prompt_win.cc b/chrome/browser/ui/startup/default_browser_prompt_win.cc
|
| index 0bd2ba229f50ae2d43ff96a4035326d6813b9fcc..ef6475ba71c99160823796ed61c442b16f5d55ad 100644
|
| --- a/chrome/browser/ui/startup/default_browser_prompt_win.cc
|
| +++ b/chrome/browser/ui/startup/default_browser_prompt_win.cc
|
| @@ -80,7 +80,7 @@ bool ShowFirstRunDefaultBrowserPrompt(Profile* profile) {
|
| // If the only available mode of setting the default browser requires
|
| // user interaction, it means this couldn't have been done yet. Therefore,
|
| // we launch the dialog and inform the caller of it.
|
| - bool show_status = (shell_integration::CanSetAsDefaultBrowser() ==
|
| + bool show_status = (shell_integration::GetDefaultWebClientSetPermission() ==
|
| shell_integration::SET_DEFAULT_INTERACTIVE) &&
|
| (shell_integration::GetDefaultBrowser() ==
|
| shell_integration::NOT_DEFAULT);
|
|
|