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

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

Issue 11267023: Implementing --app-launcher install/uninstall flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing shortcut install (will do in different CL), but keeping some refactoring. Created 8 years, 2 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 786ad15372b05e3ab09344ff6d5bef1821f5cd36..2f550695566eb954c8dba6e201927cff3416a1c5 100644
--- a/chrome/installer/util/chrome_app_host_distribution.h
+++ b/chrome/installer/util/chrome_app_host_distribution.h
@@ -21,6 +21,8 @@ class ChromeAppHostDistribution : public BrowserDistribution {
virtual string16 GetAlternateApplicationName() OVERRIDE;
+ virtual string16 GetBaseAppId() OVERRIDE;
+
virtual string16 GetInstallSubDir() OVERRIDE;
virtual string16 GetPublisherName() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698