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

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

Issue 6153003: Refactor install.cc into the work item parts and the non-work item parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: PostMergeTest3AddingMissingFile 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
« no previous file with comments | « chrome/installer/util/installation_state.cc ('k') | chrome/installer/util/installer_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/installer_state.h
===================================================================
--- chrome/installer/util/installer_state.h (revision 71434)
+++ chrome/installer/util/installer_state.h (working copy)
@@ -38,22 +38,18 @@
Operation operation() const { return operation_; }
- BrowserDistribution::Type GetInstallOperand() const {
- return install_operand_;
- }
-
// The ClientState key by which we interact with Google Update.
const std::wstring& state_key() const { return state_key_; }
- private:
+ protected:
bool IsMultiInstallUpdate(const MasterPreferences& prefs,
const InstallationState& machine_state);
Operation operation_;
- BrowserDistribution::Type install_operand_;
std::wstring state_key_;
bool system_install_;
+ private:
DISALLOW_COPY_AND_ASSIGN(InstallerState);
}; // class InstallerState
« no previous file with comments | « chrome/installer/util/installation_state.cc ('k') | chrome/installer/util/installer_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698