Index: chrome/installer/util/chrome_app_host_distribution.cc |
diff --git a/chrome/installer/util/chrome_app_host_distribution.cc b/chrome/installer/util/chrome_app_host_distribution.cc |
index 4ff30be22cf1e143fefdd357572043675ae11f98..43ab65294803a4b8944822039c2bb3e3a1516dc8 100644 |
--- a/chrome/installer/util/chrome_app_host_distribution.cc |
+++ b/chrome/installer/util/chrome_app_host_distribution.cc |
@@ -50,6 +50,14 @@ string16 ChromeAppHostDistribution::GetAlternateApplicationName() { |
return product_name; |
} |
+string16 ChromeAppHostDistribution::GetAppListShortcutName() { |
+ return installer::GetLocalizedString(IDS_APP_LIST_SHORTCUT_NAME_BASE); |
+} |
+ |
+string16 ChromeAppHostDistribution::GetAppShortcutsSubdirName() { |
+ return installer::GetLocalizedString(IDS_APP_SHORTCUTS_SUBDIR_NAME_BASE); |
+} |
+ |
string16 ChromeAppHostDistribution::GetBaseAppId() { |
// Should be same as AppListController::GetAppModelId(). |
return L"ChromeAppList"; |