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

Unified Diff: remoting/base/stoppable.h

Issue 10855249: [Chromoting] The daemon process now starts the networking process and passes the host configuration… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing signal.h Created 8 years, 3 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/stoppable.h
diff --git a/remoting/base/stoppable.h b/remoting/base/stoppable.h
index 4d58a59c521153a77c99d12fea72635547f8b393..dddfcdaebf09a72ff3f6342503f00b860dec0cb8 100644
--- a/remoting/base/stoppable.h
+++ b/remoting/base/stoppable.h
@@ -21,8 +21,8 @@ class Stoppable {
public:
// Constructs an object and stores the callback to be posted to |task_runner|
// once the object has been shutdown completely.
- explicit Stoppable(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
- const base::Closure& stopped_callback);
+ Stoppable(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
+ const base::Closure& stopped_callback);
virtual ~Stoppable();
// Initiates shutdown. It can be called by both the owner of the object and
« no previous file with comments | « no previous file | remoting/host/chromoting_host_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698