Index: chrome/installer/util/google_chrome_sxs_distribution.cc |
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc |
index 5224a8cfef6a47566c57bd631ae2254afc59f6d0..e211e0bc9ff595ca9f003974f52ebda27d7b6b67 100644 |
--- a/chrome/installer/util/google_chrome_sxs_distribution.cc |
+++ b/chrome/installer/util/google_chrome_sxs_distribution.cc |
@@ -35,6 +35,15 @@ string16 GoogleChromeSxSDistribution::GetAppShortCutName() { |
return shortcut_name; |
} |
+string16 GoogleChromeSxSDistribution::GetAppListShortcutName() { |
+ return installer::GetLocalizedString(IDS_APP_LIST_SHORTCUT_NAME_CANARY_BASE); |
+} |
+ |
+string16 GoogleChromeSxSDistribution::GetAppShortcutsSubdirName() { |
+ return installer::GetLocalizedString( |
+ IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY_BASE); |
+} |
+ |
string16 GoogleChromeSxSDistribution::GetBaseAppId() { |
return kBrowserAppId; |
} |