Chromium Code Reviews| 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.
|