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

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

Issue 15255004: Refactor of BrowserDistribution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 years, 6 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 abfb1d687602b6f5adef982cb16ec742370558f7..d99f47dd23acd4842fc5cfafe3e9e6c01406eb34 100644
--- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
+++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
@@ -540,7 +540,8 @@ string16 GetShortcutFilenameForProfile(const string16& profile_name,
shortcut_name.append(L" - ");
shortcut_name.append(l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME));
} else {
- shortcut_name.append(distribution->GetAppShortCutName());
+ shortcut_name.append(distribution->
+ GetShortcutName(BrowserDistribution::SHORTCUT_CHROME));
}
return shortcut_name + installer::kLnkExt;
}

Powered by Google App Engine
This is Rietveld 408576698