| Index: net/tools/get_server_time/get_server_time.cc
|
| diff --git a/net/tools/get_server_time/get_server_time.cc b/net/tools/get_server_time/get_server_time.cc
|
| index 3fe6129b66c9f855bca4ef186bd8bdb687dd771f..19a2010d83e0bd141586d1266ec2fa98cf71b848 100644
|
| --- a/net/tools/get_server_time/get_server_time.cc
|
| +++ b/net/tools/get_server_time/get_server_time.cc
|
| @@ -83,17 +83,6 @@ class QuitDelegate : public net::URLFetcherDelegate {
|
| NOTREACHED();
|
| }
|
|
|
| - virtual void OnURLFetchDownloadData(
|
| - const net::URLFetcher* source,
|
| - scoped_ptr<std::string> download_data) OVERRIDE{
|
| - NOTREACHED();
|
| - }
|
| -
|
| - virtual bool ShouldSendDownloadData() OVERRIDE {
|
| - NOTREACHED();
|
| - return false;
|
| - }
|
| -
|
| virtual void OnURLFetchUploadProgress(const net::URLFetcher* source,
|
| int64 current, int64 total) OVERRIDE {
|
| NOTREACHED();
|
|
|