Chromium Code Reviews| Index: remoting/host/wts_console_monitor_win.h |
| diff --git a/remoting/host/wts_console_monitor_win.h b/remoting/host/wts_console_monitor_win.h |
| index 10a24da1dd38a2b04f005d2ea5db1ee97b3e925b..f597c175b5db91d4ca83e8c18b47d5a90bf59da4 100644 |
| --- a/remoting/host/wts_console_monitor_win.h |
| +++ b/remoting/host/wts_console_monitor_win.h |
| @@ -24,6 +24,10 @@ class WtsConsoleMonitor { |
| // Unregisters a previously registered observer. |
| virtual void RemoveWtsConsoleObserver(WtsConsoleObserver* observer) = 0; |
| + // Requests removal of a previously registered observer. |
|
Wez
2012/04/11 01:01:23
What's the difference between unregistering and re
alexeypa (please no reviews)
2012/04/11 17:39:39
I've reworded the comment.
|
| + virtual void RequestRemoveWtsConsoleObserver( |
| + WtsConsoleObserver* observer) = 0; |
| + |
| protected: |
| WtsConsoleMonitor() {} |