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

Unified Diff: chrome/installer/util/google_chrome_sxs_distribution.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_sxs_distribution.cc
===================================================================
--- chrome/installer/util/google_chrome_sxs_distribution.cc (revision 72487)
+++ chrome/installer/util/google_chrome_sxs_distribution.cc (working copy)
@@ -9,7 +9,7 @@
#include "base/command_line.h"
#include "base/logging.h"
-#include "installer_util_strings.h"
+#include "installer_util_strings.h" // NOLINT
namespace {
@@ -20,9 +20,8 @@
} // namespace
-GoogleChromeSxSDistribution::GoogleChromeSxSDistribution(
- const installer::MasterPreferences& prefs)
- : GoogleChromeDistribution(prefs) {
+GoogleChromeSxSDistribution::GoogleChromeSxSDistribution()
+ : GoogleChromeDistribution() {
GoogleChromeDistribution::set_product_guid(kChromeSxSGuid);
}
@@ -62,9 +61,3 @@
std::wstring GoogleChromeSxSDistribution::ChannelName() {
return kChannelName;
}
-
-void GoogleChromeSxSDistribution::AppendUninstallCommandLineFlags(
- CommandLine* cmd_line) {
- DCHECK(cmd_line);
- cmd_line->AppendSwitch(installer::switches::kChromeSxS);
-}
« no previous file with comments | « chrome/installer/util/google_chrome_sxs_distribution.h ('k') | chrome/installer/util/google_update_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698