Index: chrome/installer/util/google_chrome_distribution.cc |
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc |
index 14ce3099cb256db0f94a856e65056e112cbb2a4d..14c87402cc3c6b12f77ecab9c67de813b37ac374 100644 |
--- a/chrome/installer/util/google_chrome_distribution.cc |
+++ b/chrome/installer/util/google_chrome_distribution.cc |
@@ -137,6 +137,14 @@ string16 GoogleChromeDistribution::GetAlternateApplicationName() { |
return alt_product_name; |
} |
+string16 GoogleChromeDistribution::GetAppListShortcutName() { |
+ return installer::GetLocalizedString(IDS_APP_LIST_SHORTCUT_NAME_BASE); |
+} |
+ |
+string16 GoogleChromeDistribution::GetAppShortcutsSubdirName() { |
+ return installer::GetLocalizedString(IDS_APP_SHORTCUTS_SUBDIR_NAME_BASE); |
+} |
+ |
string16 GoogleChromeDistribution::GetBaseAppId() { |
return kBrowserAppId; |
} |