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

Unified Diff: remoting/client/client_context.h

Issue 7576005: Revert 95414 - Future proof against things like http://crbug.com/91521 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/client/client_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_context.h
===================================================================
--- remoting/client/client_context.h (revision 95414)
+++ remoting/client/client_context.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -13,13 +13,12 @@
namespace remoting {
// A class that manages threads and running context for the chromoting client
-// process. This class is not designed to be subclassed.
+// process.
class ClientContext {
public:
ClientContext();
- ~ClientContext();
+ virtual ~ClientContext();
- // Start and Stop must be called from the main plugin thread.
void Start();
void Stop();
@@ -41,9 +40,6 @@
// A thread that handles all decode operations.
base::Thread decode_thread_;
- // True if Start() was called on the context.
- bool started_;
-
DISALLOW_COPY_AND_ASSIGN(ClientContext);
};
« no previous file with comments | « no previous file | remoting/client/client_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698