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

Unified Diff: src/trusted/reverse_service/manifest_rpc.h

Issue 15039022: Enable meta-based validation for shared libraries. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 7 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: src/trusted/reverse_service/manifest_rpc.h
diff --git a/src/trusted/reverse_service/manifest_rpc.h b/src/trusted/reverse_service/manifest_rpc.h
index c05ac230b4de8e940da5585503eeb550fb10a0b2..7808b645534f98dd07cc41e5a6003d5b93d9113e 100644
--- a/src/trusted/reverse_service/manifest_rpc.h
+++ b/src/trusted/reverse_service/manifest_rpc.h
@@ -11,7 +11,7 @@
*/
#define NACL_MANIFEST_LIST "manifest_list::C"
-#define NACL_MANIFEST_LOOKUP "manifest_lookup:si:ihC"
+#define NACL_MANIFEST_LOOKUP "manifest_lookup:si:ihlC"
#define NACL_MANIFEST_UNREF "mainfest_unref:C:"
#endif

Powered by Google App Engine
This is Rietveld 408576698