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

Unified Diff: chrome/installer/util/chrome_frame_distribution.cc

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: Comment fixes to .rc file, and prefixing icon id with IDI_. 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/chrome_frame_distribution.cc
diff --git a/chrome/installer/util/chrome_frame_distribution.cc b/chrome/installer/util/chrome_frame_distribution.cc
index 73d4d143ee9f51cfc500eed11df7fc40a529d916..712ef3a702de8ff27841e79b1fdf033aa42cd0e5 100644
--- a/chrome/installer/util/chrome_frame_distribution.cc
+++ b/chrome/installer/util/chrome_frame_distribution.cc
@@ -112,6 +112,14 @@ string16 ChromeFrameDistribution::GetVersionKey() {
return key;
}
+string16 ChromeFrameDistribution::GetIconFilename() {
+ return installer::kChromeExe;
+}
+
+int ChromeFrameDistribution::GetIconIndex() {
+ return 0;
+}
+
bool ChromeFrameDistribution::CanSetAsDefault() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698