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

Unified Diff: remoting/host/client_session.h

Issue 1458323002: Simplify It2Me host shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « remoting/host/chromoting_host_unittest.cc ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session.h
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index 7b9db05a46e691006334b41fd62cf55837e5f597..aa4efc537430af352059b3e083a1b33f848c1698 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -60,9 +60,8 @@ class ClientSession
// Called after authentication has started.
virtual void OnSessionAuthenticating(ClientSession* client) = 0;
- // Called after authentication has finished successfully. Returns true if
- // the connection is allowed, or false otherwise.
- virtual bool OnSessionAuthenticated(ClientSession* client) = 0;
+ // Called after authentication has finished successfully.
+ virtual void OnSessionAuthenticated(ClientSession* client) = 0;
// Called after we've finished connecting all channels.
virtual void OnSessionChannelsConnected(ClientSession* client) = 0;
« no previous file with comments | « remoting/host/chromoting_host_unittest.cc ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698