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

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

Issue 11359133: Add default icon to app_host.exe, and use it in shortcuts during installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clean up to get Program and Features uninstall icon to work more generally. Created 8 years, 1 month 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.h
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
index 7ec1eacd79bcc443d426aa1f41ea32818716e951..47d790870cd79e931c8133811acb232ddfa3e700 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -121,6 +121,8 @@ class BrowserDistribution {
virtual bool CanCreateDesktopShortcuts();
+ virtual string16 GetIconExe();
gab 2012/11/13 14:15:12 I don't really like this new call, I feel if this
erikwright (departed) 2012/11/13 14:55:34 Which .exe the icon is in is also constant.
grt (UTC plus 2) 2012/11/13 16:19:32 GetIconExe -> GetIconFile or somesuch, since icons
huangs 2012/11/13 20:41:54 I would prefer to have a method to get the full pa
huangs 2012/11/13 20:41:54 Renamed to GetIconFile(), and added comments.
+
virtual int GetIconIndex();
virtual bool GetChromeChannel(string16* channel);

Powered by Google App Engine
This is Rietveld 408576698