| 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 618492a1255929815c976ca115473bf32f71e0b7..4116ac2503226d37ce757fb35451a95d8fc26d13 100644
|
| --- a/chrome/browser/nacl_host/nacl_process_host.h
|
| +++ b/chrome/browser/nacl_host/nacl_process_host.h
|
| @@ -52,7 +52,7 @@ class NaClProcessHost : public BrowserChildProcessHost {
|
| uint32 request_id,
|
| const ViewHostMsg_Resource_Request& request_data);
|
|
|
| - virtual bool CanShutdown() { return true; }
|
| + virtual bool CanShutdown();
|
|
|
| #if defined(OS_WIN)
|
| // Check whether the browser process is running on WOW64 - Windows only
|
|
|