| Index: extensions/renderer/messaging_bindings.h
|
| diff --git a/extensions/renderer/messaging_bindings.h b/extensions/renderer/messaging_bindings.h
|
| index f21bb4adbfc9448950b2fe697f50e83dc8a308e9..e770c154f271f35652075966e02f85692c43f2bc 100644
|
| --- a/extensions/renderer/messaging_bindings.h
|
| +++ b/extensions/renderer/messaging_bindings.h
|
| @@ -70,9 +70,6 @@ class MessagingBindings : public ObjectBackedNativeHandler {
|
| // returned port.
|
| ExtensionPort* CreateNewPortWithId(const PortId& id);
|
|
|
| - // Removes the port with the given |js_id|.
|
| - void RemovePortWithJsId(int js_id);
|
| -
|
| const base::UnguessableToken& context_id() const { return context_id_; }
|
|
|
| base::WeakPtr<MessagingBindings> GetWeakPtr();
|
|
|