Index: content/shell/browser/shell_network_delegate.h |
diff --git a/content/shell/browser/shell_network_delegate.h b/content/shell/browser/shell_network_delegate.h |
index 37c50822f37ad4a571fa6ce920784c360370c685..09b0ee518a74609a199c6f7ce0ecb401dde9cd5a 100644 |
--- a/content/shell/browser/shell_network_delegate.h |
+++ b/content/shell/browser/shell_network_delegate.h |
@@ -32,8 +32,8 @@ class ShellNetworkDelegate : public net::NetworkDelegate { |
net::URLRequest* request, |
const net::CompletionCallback& callback, |
const net::HttpResponseHeaders* original_response_headers, |
- scoped_refptr<net::HttpResponseHeaders>* |
- override_response_headers) OVERRIDE; |
+ scoped_refptr<net::HttpResponseHeaders>* override_response_headers, |
+ GURL* allowed_unsafe_redirect_url) OVERRIDE; |
virtual void OnBeforeRedirect(net::URLRequest* request, |
const GURL& new_location) OVERRIDE; |
virtual void OnResponseStarted(net::URLRequest* request) OVERRIDE; |