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

Unified Diff: chrome/installer/util/chrome_app_host_distribution.h

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_app_host_distribution.h
diff --git a/chrome/installer/util/chrome_app_host_distribution.h b/chrome/installer/util/chrome_app_host_distribution.h
index 5648abde7f1451f04003fe6a32ab00ef6674a7da..3d7ca0b50d90fc9258b75f2d5386e34bee71b731 100644
--- a/chrome/installer/util/chrome_app_host_distribution.h
+++ b/chrome/installer/util/chrome_app_host_distribution.h
@@ -21,6 +21,10 @@ class ChromeAppHostDistribution : public BrowserDistribution {
virtual string16 GetAlternateApplicationName() OVERRIDE;
+ virtual string16 GetAppListShortcutName() OVERRIDE;
+
+ virtual string16 GetAppShortcutsSubdirName() OVERRIDE;
+
virtual string16 GetBaseAppId() OVERRIDE;
virtual string16 GetInstallSubDir() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698