Index: chrome/browser/shell_integration_win.cc |
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc |
index 69483977a8017e93031b2e36dc459bbb161b7dc4..6e6b3007128fd96cba2e56e9e8d6c9e57ea8847e 100644 |
--- a/chrome/browser/shell_integration_win.cc |
+++ b/chrome/browser/shell_integration_win.cc |
@@ -99,8 +99,7 @@ ShellIntegration::DefaultWebClientState ProbeAppIsDefaultHandlers( |
return ShellIntegration::UNKNOWN_DEFAULT_WEB_CLIENT; |
BrowserDistribution* dist = BrowserDistribution::GetDistribution(); |
- string16 app_name(dist->GetApplicationName()); |
- app_name += ShellUtil::GetCurrentInstallationSuffix(); |
+ string16 app_name(dist->GetAppName()); |
BOOL result; |
for (size_t i = 0; i < num_protocols; ++i) { |