| Index: chrome/nacl/nacl_validation_db.h
|
| diff --git a/chrome/nacl/nacl_validation_db.h b/chrome/nacl/nacl_validation_db.h
|
| index c4fabcb4d8784a785f2d5b45a058622024679c83..f412194688b3f4a8db1fc6a6f337552851f7ea08 100644
|
| --- a/chrome/nacl/nacl_validation_db.h
|
| +++ b/chrome/nacl/nacl_validation_db.h
|
| @@ -16,6 +16,8 @@ class NaClValidationDB {
|
|
|
| virtual bool QueryKnownToValidate(const std::string& signature) = 0;
|
| virtual void SetKnownToValidate(const std::string& signature) = 0;
|
| + virtual bool ResolveFileNonce(uint64 nonce, int32* fd,
|
| + std::string* path) = 0;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(NaClValidationDB);
|
|
|