| Index: chrome/browser/shell_integration_win.cc
|
| diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
|
| index 40fb870d140a44830041578c9146447ee27e95ce..23d6282c8af85c720f6822d0de7b75acdc63ae91 100644
|
| --- a/chrome/browser/shell_integration_win.cc
|
| +++ b/chrome/browser/shell_integration_win.cc
|
| @@ -112,8 +112,7 @@ ShellIntegration::DefaultWebClientState ProbeAppIsDefaultHandlers(
|
| LOG(DFATAL) << "PathService::Get failed.";
|
| return ShellIntegration::UNKNOWN_DEFAULT_WEB_CLIENT;
|
| }
|
| - string16 app_name(dist->GetApplicationName());
|
| - app_name += ShellUtil::GetCurrentInstallationSuffix(dist, chrome_exe.value());
|
| + string16 app_name(ShellUtil::GetApplicationName(dist, chrome_exe.value()));
|
|
|
| BOOL result;
|
| for (size_t i = 0; i < num_protocols; ++i) {
|
|
|