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

Unified Diff: remoting/host/chromoting_host_context.h

Issue 10381115: [Chromoting] The Windows IT2Me host gets any new text items it finds on the clipboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review. Created 8 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 | « no previous file | remoting/host/chromoting_host_context.cc » ('j') | remoting/host/clipboard_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host_context.h
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
index 7476986ad605ec9efba49d996a015103cf4e5086..51ec918d0e452592394c6b3bcee770b4dbb3a4df 100644
--- a/remoting/host/chromoting_host_context.h
+++ b/remoting/host/chromoting_host_context.h
@@ -58,7 +58,8 @@ class ChromotingHostContext {
// A thread that hosts all encode operations.
base::Thread encode_thread_;
- // A thread that hosts desktop integration (capture, input injection, etc)
+ // A thread that hosts desktop integration (capture, input injection,
+ // clipboard, etc).
// This is NOT a Chrome-style UI thread.
base::Thread desktop_thread_;
« no previous file with comments | « no previous file | remoting/host/chromoting_host_context.cc » ('j') | remoting/host/clipboard_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698