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

Unified Diff: remoting/host/host_service_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/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_;

Powered by Google App Engine
This is Rietveld 408576698