| Index: content/browser/loader/stream_resource_handler.cc
|
| diff --git a/content/browser/loader/stream_resource_handler.cc b/content/browser/loader/stream_resource_handler.cc
|
| index a910cbf7043adb90a69444893e585c8036f17264..1718db567f6b17c3a89741fef442ff925b4292f4 100644
|
| --- a/content/browser/loader/stream_resource_handler.cc
|
| +++ b/content/browser/loader/stream_resource_handler.cc
|
| @@ -53,7 +53,6 @@ bool StreamResourceHandler::OnReadCompleted(int bytes_read, bool* defer) {
|
|
|
| void StreamResourceHandler::OnResponseCompleted(
|
| const net::URLRequestStatus& status,
|
| - const std::string& sec_info,
|
| bool* defer) {
|
| writer_.Finalize();
|
| }
|
|
|