| Index: chrome/installer/util/google_chrome_sxs_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| index 5e3a8ff2cf9785d75e740d5ba97a3df95c5c0952..7c3ee5b092f0e7878bd5559704781a9035dcbcba 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| @@ -25,7 +25,7 @@ GoogleChromeSxSDistribution::GoogleChromeSxSDistribution()
|
| GoogleChromeDistribution::set_product_guid(kChromeSxSGuid);
|
| }
|
|
|
| -string16 GoogleChromeSxSDistribution::GetApplicationName() {
|
| +string16 GoogleChromeSxSDistribution::GetUnsuffixedAppName() {
|
| return L"Google Chrome Canary";
|
| }
|
|
|
|
|