Index: chrome/installer/util/google_chrome_sxs_distribution.h |
=================================================================== |
--- chrome/installer/util/google_chrome_sxs_distribution.h (revision 72487) |
+++ chrome/installer/util/google_chrome_sxs_distribution.h (working copy) |
@@ -32,13 +32,11 @@ |
virtual bool GetChromeChannel(std::wstring* channel); |
// returns the channel name for GoogleChromeSxSDistribution |
static std::wstring ChannelName(); |
- virtual void AppendUninstallCommandLineFlags(CommandLine* cmd_line); |
private: |
friend class BrowserDistribution; |
// Disallow construction from non-friends. |
- explicit GoogleChromeSxSDistribution( |
- const installer::MasterPreferences& prefs); |
+ GoogleChromeSxSDistribution(); |
}; |
#endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_ |