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); |