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

Unified Diff: components/nacl/loader/nacl_validation_query.h

Issue 897353002: NaCl cleanup: Remove unneeded definition of ResolveFileToken() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | components/nacl/loader/nacl_validation_query.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_validation_query.h
diff --git a/components/nacl/loader/nacl_validation_query.h b/components/nacl/loader/nacl_validation_query.h
index 19ca8b9bda2f4baccb6d8fe508bdead5086179af..1cf67dc7caf5ea6a764b843baf3ad0213b708031 100644
--- a/components/nacl/loader/nacl_validation_query.h
+++ b/components/nacl/loader/nacl_validation_query.h
@@ -11,7 +11,6 @@
#include "base/strings/string_piece.h"
#include "crypto/hmac.h"
-struct NaClFileToken;
struct NaClValidationCache;
class NaClValidationDB;
class NaClValidationQuery;
@@ -24,9 +23,6 @@ class NaClValidationQueryContext {
NaClValidationQuery* CreateQuery();
- bool ResolveFileToken(struct NaClFileToken* file_token, int32* fd,
- std::string* path);
-
private:
NaClValidationDB* db_;
« no previous file with comments | « no previous file | components/nacl/loader/nacl_validation_query.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698