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

Unified Diff: chrome/installer/util/browser_distribution.cc

Issue 13864015: Move app launcher and chrome apps shortcut strings into the installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migrate_app_id_fix
Patch Set: rebase, move app launcher and chrome app strings into the installer Created 7 years, 7 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/installer/util/browser_distribution.cc
diff --git a/chrome/installer/util/browser_distribution.cc b/chrome/installer/util/browser_distribution.cc
index 4f711419db140c7338e7eeaeef6331f99c93f301..1c961aa68961b5e092de827a9d641f952372c5f5 100644
--- a/chrome/installer/util/browser_distribution.cc
+++ b/chrome/installer/util/browser_distribution.cc
@@ -158,6 +158,14 @@ string16 BrowserDistribution::GetAppShortCutName() {
return GetBaseAppName();
}
+string16 BrowserDistribution::GetAppListShortcutName() {
+ return installer::GetLocalizedString(IDS_APP_LIST_SHORTCUT_NAME_BASE);
+}
+
+string16 BrowserDistribution::GetAppShortcutsSubdirName() {
+ return installer::GetLocalizedString(IDS_APP_SHORTCUTS_SUBDIR_NAME_BASE);
+}
+
string16 BrowserDistribution::GetAlternateApplicationName() {
return L"The Internet";
}

Powered by Google App Engine
This is Rietveld 408576698