| Index: chrome/browser/google_apis/gdata_wapi_service.cc
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_service.cc b/chrome/browser/google_apis/gdata_wapi_service.cc
|
| index d40515cba8744e43d87d59b7ed4fe066a91be77f..c32387ca7fc55b256a14a27bd93e53862ced128e 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_service.cc
|
| +++ b/chrome/browser/google_apis/gdata_wapi_service.cc
|
| @@ -447,8 +447,14 @@ void GDataWapiService::GetUploadStatus(
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| DCHECK(!callback.is_null());
|
|
|
| - // TODO(hidehiko): Implement this.
|
| - NOTREACHED();
|
| + runner_->StartOperationWithRetry(
|
| + new GetUploadStatusOperation(operation_registry(),
|
| + url_request_context_getter_,
|
| + callback,
|
| + upload_mode,
|
| + drive_file_path,
|
| + upload_url,
|
| + content_length));
|
| }
|
|
|
| void GDataWapiService::AuthorizeApp(const GURL& edit_url,
|
|
|