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

Unified Diff: ppapi/api/private/ppb_nacl_private.idl

Issue 193313002: Pepper: Move GetSandboxISA() to PPB_NaCl_Private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for dmichael Created 6 years, 9 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/api/private/ppb_nacl_private.idl
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
index eaa8f92368c45a2200225cb961e7a3e92416a0d4..088781585f50574e0fc03802ebfa73d9cb9327c9 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -277,4 +277,6 @@ interface PPB_NaCl_Private {
* will be attached to a debugger.
*/
PP_Bool NaClDebugStubEnabled();
+
+ str_t GetSandboxISA();
Mark Seaborn 2014/03/12 18:24:14 Maybe add a comment, since the other functions her
};

Powered by Google App Engine
This is Rietveld 408576698