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

Unified Diff: content/child/child_thread_impl.h

Issue 1476643002: mustash: Enable connections to mus from the Chrome renderer [take 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: RenderWidgetMus => RenderWidgetMusConnection Created 5 years, 1 month 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: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index eb90f703da1de3a2675563723eaeaed6688d74fa..14be9a2e9a21fa344db0bc378a484e41d0a2c4a4 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -193,6 +193,9 @@ class CONTENT_EXPORT ChildThreadImpl
virtual bool OnControlMessageReceived(const IPC::Message& msg);
virtual void OnProcessBackgrounded(bool backgrounded);
+#if defined(MOJO_SHELL_CLIENT)
Ben Goodger (Google) 2015/11/25 04:07:28 this is absolutely going to cause you pain, get ri
Fady Samuel 2015/11/25 17:45:52 Done.
+ virtual void OnMojoReady() {}
+#endif
void set_on_channel_error_called(bool on_channel_error_called) {
on_channel_error_called_ = on_channel_error_called;

Powered by Google App Engine
This is Rietveld 408576698