| Index: content/browser/loader/navigation_resource_handler.cc
|
| diff --git a/content/browser/loader/navigation_resource_handler.cc b/content/browser/loader/navigation_resource_handler.cc
|
| index 82c5c0686e7b340e1c6f5d181f94a757c765418f..d7d65c470988ecddb5de8753764113d2b78907fd 100644
|
| --- a/content/browser/loader/navigation_resource_handler.cc
|
| +++ b/content/browser/loader/navigation_resource_handler.cc
|
| @@ -121,11 +121,6 @@ bool NavigationResourceHandler::OnWillStart(const GURL& url, bool* defer) {
|
| return true;
|
| }
|
|
|
| -bool NavigationResourceHandler::OnBeforeNetworkStart(const GURL& url,
|
| - bool* defer) {
|
| - return true;
|
| -}
|
| -
|
| bool NavigationResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
| int* buf_size,
|
| int min_size) {
|
|
|