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

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

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months 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
===================================================================
--- chrome/installer/util/google_chrome_distribution_dummy.cc (revision 72487)
+++ 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;
-}
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.cc ('k') | chrome/installer/util/google_chrome_distribution_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698