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

Unified Diff: chrome/installer/util/google_chrome_distribution.h

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.h
===================================================================
--- chrome/installer/util/google_chrome_distribution.h (revision 71802)
+++ chrome/installer/util/google_chrome_distribution.h (working copy)
@@ -79,18 +79,16 @@
// toast experiment. It will use chrome to show the UI and it will record the
// outcome in the registry.
virtual void InactiveUserToastExperiment(int flavor,
- const installer::Product& installation);
+ const installer::Product& installation,
+ const FilePath& application_path);
const std::wstring& product_guid() { return product_guid_; }
- virtual bool SetChannelFlags(bool set, installer::ChannelInfo* channel_info);
-
protected:
void set_product_guid(const std::wstring& guid) { product_guid_ = guid; }
// Disallow construction from others.
- explicit GoogleChromeDistribution(
- const installer::MasterPreferences& prefs);
+ GoogleChromeDistribution();
private:
friend class BrowserDistribution;

Powered by Google App Engine
This is Rietveld 408576698