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

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

Issue 8301006: Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
===================================================================
--- ppapi/native_client/src/trusted/plugin/plugin.h (revision 105554)
+++ ppapi/native_client/src/trusted/plugin/plugin.h (working copy)
@@ -374,9 +374,6 @@
MethodInfo* GetMethodInfo(uintptr_t method_id, CallType call_type);
- // Check url and decide if PPAPI Dev interfaces are required.
- bool RequiresDevInterfaces(const nacl::string& manifest_url);
-
// Callback used when getting the URL for the .nexe file. If the URL loading
// is successful, the file descriptor is opened and can be passed to sel_ldr
// with the sandbox on.

Powered by Google App Engine
This is Rietveld 408576698