Index: chrome/installer/util/google_chrome_distribution_dummy.cc |
=================================================================== |
--- chrome/installer/util/google_chrome_distribution_dummy.cc (revision 232633) |
+++ chrome/installer/util/google_chrome_distribution_dummy.cc (working copy) |
@@ -142,6 +142,10 @@ |
return false; |
} |
+uint32 GoogleChromeDistribution::GetSafeModeHotkey() { |
+ return 0; |
+} |
+ |
void GoogleChromeDistribution::UpdateInstallStatus(bool system_install, |
installer::ArchiveType archive_type, |
installer::InstallStatus install_status) { |