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

Unified Diff: chrome/nacl/nacl_validation_query.h

Issue 14750007: NaCl: enable meta-based validation for shared libraries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More edits 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: chrome/nacl/nacl_validation_query.h
diff --git a/chrome/nacl/nacl_validation_query.h b/chrome/nacl/nacl_validation_query.h
index fe82649bf12c940273c7e0ccfdaf59984bd2bec1..b170f737c3515d0edce3b3046698285d7236ef3c 100644
--- a/chrome/nacl/nacl_validation_query.h
+++ b/chrome/nacl/nacl_validation_query.h
@@ -23,6 +23,8 @@ class NaClValidationQueryContext {
NaClValidationQuery* CreateQuery();
+ bool ResolveFileNonce(uint64 nonce, int32* fd, std::string* path);
+
private:
NaClValidationDB* db_;

Powered by Google App Engine
This is Rietveld 408576698