Chromium Code Reviews| Index: ppapi/proxy/host_dispatcher.cc |
| diff --git a/ppapi/proxy/host_dispatcher.cc b/ppapi/proxy/host_dispatcher.cc |
| index 6e7a1f4da28cf7976a1b912c91eb4f1caf769ee5..c196c1453560d74c0acb29cbf978f90e422a1318 100644 |
| --- a/ppapi/proxy/host_dispatcher.cc |
| +++ b/ppapi/proxy/host_dispatcher.cc |
| @@ -72,6 +72,10 @@ void HostDispatcher::RemoveForInstance(PP_Instance instance) { |
| g_instance_to_dispatcher->erase(found); |
| } |
| +bool HostDispatcher::IsPlugin() const { |
| + return false; |
| +} |
| + |
| } // namespace proxy |
| } // namespace pp |