Chromium Code Reviews| 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-> |
|
gab
2013/07/05 14:23:37
nit: wrap |distribution| to the next line -- i.e.,
huangs
2013/07/08 19:43:57
If you want, you may use |dist| instead of |distri
calamity
2013/07/16 04:05:17
Done.
|
| + GetShortcutName(BrowserDistribution::SHORTCUT_CHROME)); |
| } |
| return shortcut_name + installer::kLnkExt; |
| } |