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

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: Fix .gypi for new file. 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..8a1f37231a76218ee94a1b5423974d871ed55360 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -121,6 +121,11 @@ class BrowserDistribution {
virtual bool CanCreateDesktopShortcuts();
+ // Returns the executable file (no path) that Has the icon for the product.
gab 2012/11/14 18:47:32 s/Has/has s/no path/not path s/file/filename
huangs 2012/11/14 20:35:55 Done.
+ virtual string16 GetIconFile();
gab 2012/11/14 18:47:32 Ok, if this only returns the filename (which is co
huangs 2012/11/14 20:35:55 Done.
+
+ // Returns the index of the icon for the product, inside the file specified
+ // from GetIconFile().
gab 2012/11/14 18:47:32 s/from/by
huangs 2012/11/14 20:35:55 Done.
virtual int GetIconIndex();
virtual bool GetChromeChannel(string16* channel);

Powered by Google App Engine
This is Rietveld 408576698