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

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

Issue 811283002: [Installer] Cleaning up dead code for App Launcher / App Host installs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update .gn file; remove TODO's. Created 5 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/installer_state.h
diff --git a/chrome/installer/util/installer_state.h b/chrome/installer/util/installer_state.h
index 7b22cf6ec35a5c8b884355acceca6ae55b8e46e8..e9306d8d976af33e9e0898262f66c66e9e9805a7 100644
--- a/chrome/installer/util/installer_state.h
+++ b/chrome/installer/util/installer_state.h
@@ -113,12 +113,6 @@ class InstallerState {
// TODO(grt): Eradicate the bool in favor of the enum.
bool is_multi_install() const;
- // A convenient method returning the presence of the
- // --ensure-google-update-present switch.
- bool ensure_google_update_present() const {
- return ensure_google_update_present_;
- }
-
// The full path to the place where the operand resides.
const base::FilePath& target_path() const { return target_path_; }
@@ -274,7 +268,6 @@ class InstallerState {
#endif
bool msi_;
bool verbose_logging_;
- bool ensure_google_update_present_;
private:
DISALLOW_COPY_AND_ASSIGN(InstallerState);

Powered by Google App Engine
This is Rietveld 408576698