Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h

Issue 11359097: Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698