| Index: net/url_request/url_fetcher_delegate.cc
|
| diff --git a/net/url_request/url_fetcher_delegate.cc b/net/url_request/url_fetcher_delegate.cc
|
| index 4f7cd653bff87114441faf8702cad5aeeec1b25e..cf6d582ce06b1c87833b407e89ca00e941c2dd79 100644
|
| --- a/net/url_request/url_fetcher_delegate.cc
|
| +++ b/net/url_request/url_fetcher_delegate.cc
|
| @@ -6,12 +6,17 @@
|
|
|
| namespace net {
|
|
|
| -void URLFetcherDelegate::OnURLFetchDownloadProgress(
|
| - const URLFetcher* source, int64 current, int64 total) {}
|
| +void URLFetcherDelegate::OnURLFetchDownloadProgress(const URLFetcher* source,
|
| + int64 current,
|
| + int64 total) {
|
| +}
|
|
|
| -void URLFetcherDelegate::OnURLFetchUploadProgress(
|
| - const URLFetcher* source, int64 current, int64 total) {}
|
| +void URLFetcherDelegate::OnURLFetchUploadProgress(const URLFetcher* source,
|
| + int64 current,
|
| + int64 total) {
|
| +}
|
|
|
| -URLFetcherDelegate::~URLFetcherDelegate() {}
|
| +URLFetcherDelegate::~URLFetcherDelegate() {
|
| +}
|
|
|
| } // namespace net
|
|
|