| Index: content/browser/loader/stream_writer.h
|
| diff --git a/content/browser/loader/stream_writer.h b/content/browser/loader/stream_writer.h
|
| index 0b243db8b68b42c01a383de2a8d8688de392649f..64ce43e1528a3e992c8c1acc092162ca9c8913f3 100644
|
| --- a/content/browser/loader/stream_writer.h
|
| +++ b/content/browser/loader/stream_writer.h
|
| @@ -68,7 +68,7 @@ class StreamWriter : public StreamWriteObserver {
|
| void OnReadCompleted(int bytes_read, bool* defer);
|
|
|
| // Called when there is no more data to read to the stream.
|
| - void Finalize();
|
| + void Finalize(int status);
|
|
|
| private:
|
| // StreamWriteObserver implementation.
|
|
|