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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 1461243002: [OLD ATTEMPT, DO NOT REVIEW] mustash: Enable connections to mus from the Chrome renderer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invert connection creation flow. Needs lots of work. 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/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index a731a6aa75a071c167aca8cea4f09ad0ae50b9ad..f2f6d3dc430d03baf618771bbb72847cbdaa8eb4 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -306,6 +306,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
void OnUserMetricsRecordAction(const std::string& action);
Fady Samuel 2015/11/24 04:42:38 Revert this.
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size);
void OnCloseACK(int old_route_id);
+ void OnMojoReady();
// Generates a command line to be used to spawn a renderer and appends the
// results to |*command_line|.
@@ -499,6 +500,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
#endif
bool channel_connected_;
+ bool mojo_ready_;
bool sent_render_process_ready_;
#if defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698