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

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..7a573b0f58989f6d18d144265f9737383d09c5e7 100644
--- a/remoting/host/chromoting_host_context.h
+++ b/remoting/host/chromoting_host_context.h
@@ -26,7 +26,7 @@ class ChromotingHostContext {
// 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 bool Start();
virtual void Stop();
Wez 2012/03/02 22:59:48 Do we still need Stop() now that we're Stop()ing v
Sergey Ulanov 2012/03/05 06:53:36 Done.
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