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

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

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.cc
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.cc b/ppapi/native_client/src/trusted/plugin/plugin.cc
index 0034f26d571d2b92b5fbee34aa0962f9f4276592..c5e11bbd7403042896b781a8af28dd520e6b2f67 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.cc
+++ b/ppapi/native_client/src/trusted/plugin/plugin.cc
@@ -75,6 +75,8 @@ using ppapi_proxy::BrowserPpp;
namespace plugin {
+GetReadonlyPnaclFdFunc get_readonly_pnacl_fd = NULL;
+
namespace {
const char* const kTypeAttribute = "type";

Powered by Google App Engine
This is Rietveld 408576698