Chromium Code Reviews| 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) |