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

Unified Diff: remoting/host/video_scheduler.cc

Issue 12092117: Merged all Chromoting Host code into remoting_core.dll (Windows). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 10 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/host/verify_config_window_win.cc ('k') | remoting/host/win/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/video_scheduler.cc
diff --git a/remoting/host/video_scheduler.cc b/remoting/host/video_scheduler.cc
index 90e635ff99c99c5ea2458f083536660ab8cc260d..c927b3cbe2b5892b5db0fef4e754f4c3f007228c 100644
--- a/remoting/host/video_scheduler.cc
+++ b/remoting/host/video_scheduler.cc
@@ -165,7 +165,7 @@ VideoScheduler::~VideoScheduler() {
void VideoScheduler::StartOnCaptureThread() {
DCHECK(capture_task_runner_->BelongsToCurrentThread());
- // Start the capturer and let it notify us of cursor shape changes.
+ // Start the capturer and let it notify us if cursor shape changes.
capturer_->Start(this);
capture_timer_.reset(new base::OneShotTimer<VideoScheduler>());
« no previous file with comments | « remoting/host/verify_config_window_win.cc ('k') | remoting/host/win/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698