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

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: '' 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/installer_state.h
===================================================================
--- chrome/installer/util/installer_state.h (revision 70610)
+++ chrome/installer/util/installer_state.h (working copy)
@@ -38,19 +38,14 @@
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_;
grt (UTC plus 2) 2011/01/12 16:18:02 private:
robertshield 2011/01/13 17:06:32 Done.

Powered by Google App Engine
This is Rietveld 408576698