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

Unified Diff: remoting/host/wts_console_monitor_win.h

Issue 10048003: The Chromoting service should not start automatically unless it was configured from the webapp to d… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 8 years, 8 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: 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() {}

Powered by Google App Engine
This is Rietveld 408576698