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

Unified Diff: chrome/installer/mini_installer/configuration.h

Issue 2670133002: Various cleanups. (Closed)
Patch Set: huangs comments Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/configuration.h
diff --git a/chrome/installer/mini_installer/configuration.h b/chrome/installer/mini_installer/configuration.h
index f45588347d7569de3ea104d2a6e64d8443c9d7e4..efb66aa7347d9194de436c5954a90c14429673e2 100644
--- a/chrome/installer/mini_installer/configuration.h
+++ b/chrome/installer/mini_installer/configuration.h
@@ -46,9 +46,6 @@ class Configuration {
// GoogleUpdateIsMachine=1 is set in the process's environment.
bool is_system_level() const { return is_system_level_; }
- // Retuns true if --chrome-sxs is on the command line (Google Chrome only).
- bool is_side_by_side() const { return is_side_by_side_; }
-
// Returns true if an existing multi-install Chrome is being updated (Google
// Chrome only).
bool is_updating_multi_chrome() const { return is_updating_multi_chrome_; }
@@ -70,7 +67,6 @@ class Configuration {
int argument_count_;
Operation operation_;
bool is_system_level_;
- bool is_side_by_side_;
bool is_updating_multi_chrome_;
bool has_invalid_switch_;
const wchar_t* previous_version_;
« no previous file with comments | « no previous file | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698