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

Unified Diff: chrome/installer/util/google_chrome_distribution_dummy.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: Fixing comments; renaming. 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/google_chrome_distribution_dummy.cc
diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
index 933c631f3b46510157ed7603d64bcbded4dd3995..74d1c35f3a4db99dcabb493d361498ed6c4487cf 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -116,13 +116,17 @@ string16 GoogleChromeDistribution::GetVersionKey() {
return string16();
}
+string16 GoogleChromeDistribution::GetIconFilename() {
+ NOTREACHED();
+ return string16();
+}
+
bool GoogleChromeDistribution::GetCommandExecuteImplClsid(
string16* handler_class_uuid) {
NOTREACHED();
return false;
}
-
void GoogleChromeDistribution::UpdateInstallStatus(bool system_install,
installer::ArchiveType archive_type,
installer::InstallStatus install_status) {

Powered by Google App Engine
This is Rietveld 408576698