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

Unified Diff: chrome/installer/util/chrome_frame_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/chrome_frame_distribution.cc
diff --git a/chrome/installer/util/chrome_frame_distribution.cc b/chrome/installer/util/chrome_frame_distribution.cc
index 1db044641319f7756943b395b843346f9ecf37f1..09ba05e002708e453199e84dcbe025a9b9b708a5 100644
--- a/chrome/installer/util/chrome_frame_distribution.cc
+++ b/chrome/installer/util/chrome_frame_distribution.cc
@@ -48,6 +48,16 @@ string16 ChromeFrameDistribution::GetAlternateApplicationName() {
return product_name;
}
+string16 ChromeFrameDistribution::GetAppListShortcutName() {
+ NOTREACHED();
+ return string16();
+}
+
+string16 ChromeFrameDistribution::GetAppShortcutsSubdirName() {
+ NOTREACHED();
+ return string16();
+}
+
string16 ChromeFrameDistribution::GetInstallSubDir() {
return L"Google\\Chrome Frame";
}

Powered by Google App Engine
This is Rietveld 408576698