| Index: content/common/np_channel_base.h
|
| ===================================================================
|
| --- content/common/np_channel_base.h (revision 132251)
|
| +++ content/common/np_channel_base.h (working copy)
|
| @@ -12,7 +12,6 @@
|
| #include "base/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/process.h"
|
| #include "content/common/message_router.h"
|
| #include "content/common/npobject_base.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| @@ -76,7 +75,7 @@
|
| // IPC::Message::Sender implementation:
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|
| - base::ProcessId peer_pid() { return channel_->peer_pid(); }
|
| + int peer_pid() { return peer_pid_; }
|
| IPC::ChannelHandle channel_handle() const { return channel_handle_; }
|
|
|
| // Returns the number of open NPObject channels in this process.
|
|
|