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

Unified Diff: chrome/browser/profiles/profile_shortcut_manager_win.cc

Issue 1926403002: Remove BrowserDistribution::SHORTCUT_APP_LAUNCHER (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160406-Mac-EnableAppLauncher0
Patch Set: lint headers Created 4 years, 7 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
Index: chrome/browser/profiles/profile_shortcut_manager_win.cc
diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
index 46790e5f9b939931e2ac0923dfa53a7b5702728a..1b3fffd10eff8aa9319f0aae2e89fa3365a8b7e2 100644
--- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
+++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
@@ -712,8 +712,7 @@ base::string16 GetShortcutFilenameForProfile(
shortcut_name.append(L" - ");
shortcut_name.append(l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME));
} else {
- shortcut_name.append(
- distribution->GetShortcutName(BrowserDistribution::SHORTCUT_CHROME));
+ shortcut_name.append(distribution->GetShortcutName());
}
return shortcut_name + installer::kLnkExt;
}
« no previous file with comments | « chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc ('k') | chrome/browser/shell_integration_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698