| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index 2dc53ef030a988f9c8045d235cebf828f154de85..dc084360b859861d5a43b0032382e1ae7ebd3aab 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -1243,6 +1243,7 @@ bool ShellUtil::ShowMakeChromeDefaultSystemUI(BrowserDistribution* dist,
|
| // "Set Program Associations" section of the "Default Programs"
|
| // control panel, which is a mess, or pop the concise "How you want to open
|
| // webpages?" dialog. We choose the latter.
|
| + // Return true only when the user took an action and there was no error.
|
| return LaunchSelectDefaultProtocolHandlerDialog(L"http");
|
| }
|
|
|
|
|