diff options
Diffstat (limited to 'chrome/common/child_process_host.h')
-rw-r--r-- | chrome/common/child_process_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/child_process_host.h b/chrome/common/child_process_host.h index d4d2dd9..5a49a44 100644 --- a/chrome/common/child_process_host.h +++ b/chrome/common/child_process_host.h @@ -74,6 +74,8 @@ class ChildProcessHost : public ResourceDispatcherHost::Receiver, bool opening_channel() { return opening_channel_; } const std::wstring& channel_id() { return channel_id_; } + const IPC::Channel& channel() const { return *channel_; } + private: // Sends the given notification to the notification service on the UI thread. void Notify(NotificationType type); |