| 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 95308915a4cb3ea410ebeff346d312f5af00c9cd..f85c87c36e2189d775c7c54d8c1ec3d49cd925b9 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_service.cc
|
| +++ b/chrome/browser/google_apis/gdata_wapi_service.cc
|
| @@ -475,8 +475,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,
|
|
|