Index: chrome/browser/utility_process_host.h |
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h |
index 555ef44f9ce4e450b7045d383cfb2ce203b6d8af..559f39e638aac8fe9fa0983935014464df174c35 100644 |
--- a/chrome/browser/utility_process_host.h |
+++ b/chrome/browser/utility_process_host.h |
@@ -154,12 +154,10 @@ class UtilityProcessHost : public BrowserChildProcessHost { |
// BrowserChildProcessHost: |
virtual void OnProcessCrashed(); |
- virtual bool CanShutdown() { return true; } |
+ virtual bool CanShutdown(); |
virtual URLRequestContext* GetRequestContext( |
uint32 request_id, |
- const ViewHostMsg_Resource_Request& request_data) { |
- return NULL; |
- } |
+ const ViewHostMsg_Resource_Request& request_data); |
// A pointer to our client interface, who will be informed of progress. |
scoped_refptr<Client> client_; |