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

Unified Diff: components/nacl/loader/nonsfi/irt_interfaces.cc

Issue 130753003: Implement nacl_irt_filename for non-sfi mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « components/nacl/loader/nonsfi/irt_interfaces.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nonsfi/irt_interfaces.cc
diff --git a/components/nacl/loader/nonsfi/irt_interfaces.cc b/components/nacl/loader/nonsfi/irt_interfaces.cc
index 4f4bb9b2c5af598215a826cf646a0d259993ba85..f8432da175ce28f3b6797e2f6b3db56196001bb7 100644
--- a/components/nacl/loader/nonsfi/irt_interfaces.cc
+++ b/components/nacl/loader/nonsfi/irt_interfaces.cc
@@ -24,6 +24,7 @@ struct NaClInterfaceTable {
const NaClInterfaceTable kIrtInterfaces[] = {
NACL_INTERFACE_TABLE(NACL_IRT_BASIC_v0_1, kIrtBasic),
NACL_INTERFACE_TABLE(NACL_IRT_FDIO_v0_1, kIrtFdIO),
+ NACL_INTERFACE_TABLE(NACL_IRT_FILENAME_v0_1, kIrtFileName),
Mark Seaborn 2014/01/10 13:41:09 This should be IRT_DEV_FILENAME. IRT_FILENAME is
hidehiko 2014/01/15 04:00:21 I see. I misunderstood. Let's keep this suspended
};
#undef NACL_INTERFACE_TABLE
« no previous file with comments | « components/nacl/loader/nonsfi/irt_interfaces.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698