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

Unified Diff: remoting/host/chromoting_host_context.h

Issue 9582031: Don't crash in ~HostNPScriptObject() when the object wasn't initialized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 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 | « no previous file | remoting/host/chromoting_host_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host_context.h
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
index 8b6a7d7c41f0cc578675bed7da8a0344f654da61..f511c53abb959af9d508998a3aee997d5042020d 100644
--- a/remoting/host/chromoting_host_context.h
+++ b/remoting/host/chromoting_host_context.h
@@ -22,12 +22,12 @@ class ChromotingHostContext {
explicit ChromotingHostContext(base::MessageLoopProxy* ui_message_loop);
virtual ~ChromotingHostContext();
- // TODO(ajwong): Move the Start/Stop methods out of this class. Then
+ // TODO(ajwong): Move the Start method out of this class. Then
// create a static factory for construction, and destruction. We
- // should be able to remove the need for virtual functions below with that
- // design, while preserving the relative simplicity of this API.
- virtual void Start();
- virtual void Stop();
+ // should be able to remove the need for virtual functions below
+ // with that design, while preserving the relative simplicity of
+ // this API.
+ virtual bool Start();
virtual JingleThread* jingle_thread();
« no previous file with comments | « no previous file | remoting/host/chromoting_host_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698