Index: ppapi/proxy/host_dispatcher.h |
diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h |
index f5b91b44c6f3df0cd8f075ddb4564fbf724592a5..44d133aa7ce839fda24b5b416dbcf0a5299e2e82 100644 |
--- a/ppapi/proxy/host_dispatcher.h |
+++ b/ppapi/proxy/host_dispatcher.h |
@@ -54,7 +54,7 @@ class HostDispatcher : public Dispatcher { |
static void RemoveForInstance(PP_Instance instance); |
// Dispatcher overrides. |
- virtual bool IsPlugin() const { return false; } |
+ virtual bool IsPlugin() const; |
private: |
DISALLOW_COPY_AND_ASSIGN(HostDispatcher); |