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

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

Issue 10689012: Add ability to load pnacl resources from DIR_PNACL_COMPONENT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: PP_FileHandle Created 8 years, 4 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 5121cd9b617a05d15476e4441c64317fa148710c..1258f4e1f579e88aaf6b984dc306046d188372ac 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -319,7 +319,7 @@ class Plugin : public pp::InstancePrivate {
return main_service_runtime()->exit_status();
}
- const PPB_NaCl_Private* nacl_interface() { return nacl_interface_; }
+ const PPB_NaCl_Private* nacl_interface() const { return nacl_interface_; }
private:
NACL_DISALLOW_COPY_AND_ASSIGN(Plugin);

Powered by Google App Engine
This is Rietveld 408576698