Index: ppapi/proxy/host_dispatcher.h |
diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h |
index da64467d2ed91ee8255eceb5f6f47a8c2ca56359..98a7ad5e5ed4280c8972ef7132ed3990cb6bc5c5 100644 |
--- a/ppapi/proxy/host_dispatcher.h |
+++ b/ppapi/proxy/host_dispatcher.h |
@@ -50,7 +50,8 @@ class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher { |
// You must call InitHostWithChannel after the constructor. |
HostDispatcher(PP_Module module, |
PP_GetInterface_Func local_get_interface, |
- SyncMessageStatusReceiver* sync_status); |
+ SyncMessageStatusReceiver* sync_status, |
+ const PpapiPermissions& permissions); |
~HostDispatcher(); |
// You must call this function before anything else. Returns true on success. |