| Index: chrome/browser/nacl_host/nacl_process_host.h
|
| diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h
|
| index 584dc9ac693cdbe5c7d17f83985d8b9d4528acab..7de632553c5fbd9d3c319d4ae7ef19c1528adadd 100644
|
| --- a/chrome/browser/nacl_host/nacl_process_host.h
|
| +++ b/chrome/browser/nacl_host/nacl_process_host.h
|
| @@ -146,6 +146,10 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| // Message handlers for validation caching.
|
| void OnQueryKnownToValidate(const std::string& signature, bool* result);
|
| void OnSetKnownToValidate(const std::string& signature);
|
| + void OnResolveFileNonce(uint64 nonce, IPC::Message* reply_msg);
|
| + void FileResolved(base::PlatformFile* file, const base::FilePath& file_path,
|
| + IPC::Message* reply_msg);
|
| +
|
| #if defined(OS_WIN)
|
| // Message handler for Windows hardware exception handling.
|
| void OnAttachDebugExceptionHandler(const std::string& info,
|
|
|