Index: remoting/host/chromoting_host_context.h |
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h |
index e4638ffd3b7cec19d2483762aa349a24a8d5beac..6dabfb1766912314e8721ddeea7fe3372c0a9d51 100644 |
--- a/remoting/host/chromoting_host_context.h |
+++ b/remoting/host/chromoting_host_context.h |
@@ -49,7 +49,8 @@ |
// libjingle code may be run. |
scoped_refptr<AutoThreadTaskRunner> network_task_runner(); |
- // Task runner for the thread that is used for the UI. |
+ // Task runner for the thread that is used for the UI. In the NPAPI |
+ // plugin this corresponds to the main plugin thread. |
scoped_refptr<AutoThreadTaskRunner> ui_task_runner(); |
// Task runner for the thread used by the ScreenRecorder to capture |