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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.h

Issue 9158005: RFC: Add an interface for having the browser open a pnacl support file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a test, do some tweaks. Created 8 years, 10 months 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: ppapi/native_client/src/trusted/plugin/plugin.h
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
index 2946181e9da25c4108cc789b91265b6fa7bb5cb6..9c3076ea3fa6730bc0f660e8e61595ca05022741 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -62,6 +62,9 @@ class Manifest;
class ProgressEvent;
class ScriptablePlugin;
+typedef int (*GetReadonlyPnaclFdFunc)(const char* filename);
+extern GetReadonlyPnaclFdFunc get_readonly_pnacl_fd;
+
class Plugin : public pp::InstancePrivate {
public:
// Factory method for creation.

Powered by Google App Engine
This is Rietveld 408576698