Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5193)

Unified Diff: chrome/installer/setup/app_launcher_installer.cc

Issue 2203623003: win: Remove unused function after https://codereview.chromium.org/2143893002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698