| 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..ff6459ba37d5f02656a95fe9eeaae464fbf72ae7 100644
|
| --- a/chrome/installer/util/installer_state.h
|
| +++ b/chrome/installer/util/installer_state.h
|
| @@ -192,8 +192,6 @@ class InstallerState {
|
| // and/or unregistered. The list may be empty.
|
| void AddComDllList(std::vector<base::FilePath>* com_dll_list) const;
|
|
|
| - bool SetChannelFlags(bool set, ChannelInfo* channel_info) const;
|
| -
|
| // See InstallUtil::UpdateInstallerStage.
|
| void UpdateStage(installer::InstallerStage stage) const;
|
|
|
|
|