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

Unified Diff: remoting/host/chromoting_host_context.h

Issue 2861047: Refactor the client code. Move all x11-related code into X11View and create... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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
Index: remoting/host/chromoting_host_context.h
===================================================================
--- remoting/host/chromoting_host_context.h (revision 52921)
+++ remoting/host/chromoting_host_context.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CHROMOTING_HOST_CONTEXT_H_
-#define REMOTING_CHROMOTING_HOST_CONTEXT_H_
+#ifndef REMOTING_HOST_CHROMOTING_HOST_CONTEXT_H_
+#define REMOTING_HOST_CHROMOTING_HOST_CONTEXT_H_
#include <string>
@@ -31,16 +31,16 @@
private:
FRIEND_TEST(ChromotingHostContextTest, StartAndStop);
- // A thread that host network operations.
+ // A thread that hosts all network operations.
JingleThread jingle_thread_;
- // A thread that host ChromotingHost.
+ // A thread that hosts ChromotingHost and performs rate control.
base::Thread main_thread_;
- // A thread that host all capture operations.
+ // A thread that hosts all capture operations.
base::Thread capture_thread_;
- // A thread that host all encode operations.
+ // A thread that hosts all encode operations.
base::Thread encode_thread_;
DISALLOW_COPY_AND_ASSIGN(ChromotingHostContext);
Property changes on: remoting/host/chromoting_host_context.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698