| 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 e04813566a734947177b4c96780140112134a05f..72688d413f006d4a1ddc9f7896711134f1b2892f 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| @@ -21,10 +21,6 @@ GoogleChromeSxSDistribution::GoogleChromeSxSDistribution()
|
| : GoogleChromeDistribution(std::unique_ptr<AppRegistrationData>(
|
| new UpdatingAppRegistrationData(kChromeSxSGuid))) {}
|
|
|
| -base::string16 GoogleChromeSxSDistribution::GetBaseAppName() {
|
| - return L"Google Chrome Canary";
|
| -}
|
| -
|
| base::string16 GoogleChromeSxSDistribution::GetShortcutName() {
|
| return installer::GetLocalizedString(IDS_SXS_SHORTCUT_NAME_BASE);
|
| }
|
|
|