| Index: content/browser/loader/sync_resource_handler.cc
|
| diff --git a/content/browser/loader/sync_resource_handler.cc b/content/browser/loader/sync_resource_handler.cc
|
| index c4217b2917dffbb4be4668b09fc5c616818309ce..9bee602e5e397796029a14ad2370eb12c79bdf7f 100644
|
| --- a/content/browser/loader/sync_resource_handler.cc
|
| +++ b/content/browser/loader/sync_resource_handler.cc
|
| @@ -95,10 +95,6 @@ bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) {
|
| return true;
|
| }
|
|
|
| -bool SyncResourceHandler::OnBeforeNetworkStart(const GURL& url, bool* defer) {
|
| - return true;
|
| -}
|
| -
|
| bool SyncResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
| int* buf_size,
|
| int min_size) {
|
|
|