| Index: ppapi/proxy/dispatcher.h
|
| diff --git a/ppapi/proxy/dispatcher.h b/ppapi/proxy/dispatcher.h
|
| index 39fa1e00689842f2e7ed5dd35e16a453bdec9e9a..348c91c29076669686c541ce30a59ea7da62b5d4 100644
|
| --- a/ppapi/proxy/dispatcher.h
|
| +++ b/ppapi/proxy/dispatcher.h
|
| @@ -93,8 +93,6 @@ class Dispatcher : public ProxyChannel {
|
| InterfaceID id);
|
| static const InterfaceProxy::Info* GetPPPInterfaceInfo(
|
| const std::string& name);
|
| - static const InterfaceProxy::Info* GetPPPInterfaceInfo(
|
| - InterfaceID id);
|
|
|
| protected:
|
| Dispatcher(base::ProcessHandle remote_process_handle,
|
|
|