Index: content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h |
diff --git a/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h b/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h |
index 2bc771fea723680455add70bf133796563e2b2ac..c49dfed44ef9e0ae9ed171efc4247afebec6d16c 100644 |
--- a/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h |
+++ b/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h |
@@ -8,6 +8,10 @@ |
#include "base/compiler_specific.h" |
#include "ppapi/host/host_factory.h" |
+namespace ppapi { |
+class PpapiPermissions; |
+} |
+ |
namespace content { |
class BrowserPpapiHostImpl; |
@@ -25,6 +29,8 @@ class ContentBrowserPepperHostFactory : public ppapi::host::HostFactory { |
const IPC::Message& message) OVERRIDE; |
private: |
+ const ppapi::PpapiPermissions& GetPermissions() const; |
+ |
// Non-owning pointer. |
BrowserPpapiHostImpl* host_; |