Index: net/url_request/url_fetcher_core.h |
diff --git a/net/url_request/url_fetcher_core.h b/net/url_request/url_fetcher_core.h |
index b266ff3a042264ce8a0232df3972d6c1bab69874..9ee58b60f21ef4b9b6c3d13c97a2914f2fe09465 100644 |
--- a/net/url_request/url_fetcher_core.h |
+++ b/net/url_request/url_fetcher_core.h |
@@ -204,9 +204,6 @@ class URLFetcherCore |
void InformDelegateDownloadProgress(); |
void InformDelegateDownloadProgressInDelegateThread(int64 current, |
int64 total); |
- void InformDelegateDownloadDataIfNecessary(int bytes_read); |
- void InformDelegateDownloadDataInDelegateThread( |
- scoped_ptr<std::string> download_data); |
URLFetcher* fetcher_; // Corresponding fetcher object |
GURL original_url_; // The URL we were asked to fetch |