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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 279273002: Move ConnectionToHost parameters out from Connect() call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 6 years, 7 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
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index 8a07ecb4feae6a6904507fbc83462adb02d7cdd5..f8e4c7a4865615600ae900b84c239e9799cf1af2 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -804,7 +804,7 @@ void ChromotingInstance::HandleSendClipboardItem(
protocol::ClipboardEvent event;
event.set_mime_type(mime_type);
event.set_data(item);
- host_connection_->clipboard_stub()->InjectClipboardEvent(event);
+ host_connection_->clipboard_forwarder()->InjectClipboardEvent(event);
}
void ChromotingInstance::HandleNotifyClientResolution(
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698