Chromium Code Reviews| Index: chrome/installer/setup/app_launcher_installer.cc |
| diff --git a/chrome/installer/setup/app_launcher_installer.cc b/chrome/installer/setup/app_launcher_installer.cc |
| index fe4598af6144573276fcbcca9e818e130753ccc0..882b73d421673eaf7047dcd1c897867954aab51e 100644 |
| --- a/chrome/installer/setup/app_launcher_installer.cc |
| +++ b/chrome/installer/setup/app_launcher_installer.cc |
| @@ -35,10 +35,6 @@ const wchar_t kLegacyCmdQuickEnableApplicationHost[] = |
| // The legacy app_host.exe executable, which should be eradicated. |
| const wchar_t kLegacyChromeAppHostExe[] = L"app_host.exe"; |
| -base::string16 GetAppLauncherDisplayName() { |
| - return GetLocalizedString(IDS_PRODUCT_APP_LAUNCHER_NAME_BASE); |
|
grt (UTC plus 2)
2016/08/02 13:26:30
calamity: looks like this string is unused altoget
|
| -} |
| - |
| void AddLegacyAppCommandRemovalItem(const InstallerState& installer_state, |
| const AppRegistrationData& reg_data, |
| const wchar_t* name, |