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

Unified Diff: remoting/protocol/host_stub.h

Issue 8116021: Switch remoting/protocol to new callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/protocol/host_stub.h
diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h
index 52a7cf7c95cfcfc0122cd74f8467a5ecb1738b10..43175e8c81df99a5d04e55b9f48a727d67ee1baa 100644
--- a/remoting/protocol/host_stub.h
+++ b/remoting/protocol/host_stub.h
@@ -24,7 +24,7 @@ class HostStub {
virtual ~HostStub() {};
virtual void BeginSessionRequest(
- const LocalLoginCredentials* credentials, Task* done) = 0;
+ const LocalLoginCredentials* credentials, const base::Closure& done) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(HostStub);

Powered by Google App Engine
This is Rietveld 408576698