Index: content/browser/renderer_host/render_process_host.h |
diff --git a/content/browser/renderer_host/render_process_host.h b/content/browser/renderer_host/render_process_host.h |
index 94ff03feb805ca2acf1221b58031c234c7982fed..e92afa3c6c4763d3a40ab2f3645250325802d6a2 100644 |
--- a/content/browser/renderer_host/render_process_host.h |
+++ b/content/browser/renderer_host/render_process_host.h |
@@ -162,6 +162,10 @@ class RenderProcessHost : public IPC::Channel::Sender, |
// Virtual interface --------------------------------------------------------- |
+ // Call this allow queueing of IPC messages that are sent before the process |
Charlie Reis
2011/06/22 22:20:48
Nit: Call this to allow
|
+ // is launched. |
+ virtual void EnableSendQueue() = 0; |
+ |
// Initialize the new renderer process, returning true on success. This must |
// be called once before the object can be used, but can be called after |
// that with no effect. Therefore, if the caller isn't sure about whether |