| Index: chrome/installer/util/google_chrome_distribution_dummy.cc
|
| ===================================================================
|
| --- chrome/installer/util/google_chrome_distribution_dummy.cc (revision 72336)
|
| +++ chrome/installer/util/google_chrome_distribution_dummy.cc (working copy)
|
| @@ -15,9 +15,8 @@
|
| #include "base/file_path.h"
|
| #include "base/logging.h"
|
|
|
| -GoogleChromeDistribution::GoogleChromeDistribution(
|
| - const installer::MasterPreferences& prefs)
|
| - : BrowserDistribution(prefs) {
|
| +GoogleChromeDistribution::GoogleChromeDistribution()
|
| + : BrowserDistribution(CHROME_BROWSER) {
|
| }
|
|
|
| void GoogleChromeDistribution::DoPostUninstallOperations(
|
| @@ -114,7 +113,8 @@
|
| }
|
|
|
| void GoogleChromeDistribution::InactiveUserToastExperiment(int flavor,
|
| - const installer::Product& installation) {
|
| + const installer::Product& installation,
|
| + const FilePath& application_path) {
|
| NOTREACHED();
|
| }
|
|
|
| @@ -135,10 +135,3 @@
|
| NOTREACHED();
|
| return false;
|
| }
|
| -
|
| -bool GoogleChromeDistribution::SetChannelFlags(
|
| - bool set,
|
| - installer::ChannelInfo* channel_info) {
|
| - NOTREACHED();
|
| - return false;
|
| -}
|
|
|