| Index: remoting/host/host_service_win.h
|
| diff --git a/remoting/host/host_service_win.h b/remoting/host/host_service_win.h
|
| index f39bf7cf1be9792020d5293f628c08b4d2ab37be..a92d645403832b2baadbac0a64919be6b751bb53 100644
|
| --- a/remoting/host/host_service_win.h
|
| +++ b/remoting/host/host_service_win.h
|
| @@ -36,6 +36,8 @@ class HostService : public WtsConsoleMonitor {
|
| virtual void AddWtsConsoleObserver(WtsConsoleObserver* observer) OVERRIDE;
|
| virtual void RemoveWtsConsoleObserver(
|
| WtsConsoleObserver* observer) OVERRIDE;
|
| + virtual void RequestRemoveWtsConsoleObserver(
|
| + WtsConsoleObserver* observer) OVERRIDE;
|
|
|
| private:
|
| HostService();
|
| @@ -98,9 +100,6 @@ class HostService : public WtsConsoleMonitor {
|
| // The service name.
|
| string16 service_name_;
|
|
|
| - // The service status structure.
|
| - SERVICE_STATUS service_status_;
|
| -
|
| // The service status handle.
|
| SERVICE_STATUS_HANDLE service_status_handle_;
|
|
|
|
|