| Index: chrome/browser/chromeos/drive/drive_integration_service.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| index 96f922bcc105c626b5e1e51f306d3ef29904e5b1..00539f139437eb23cd284b13ea201b3cdb887faa 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| @@ -238,7 +238,6 @@ DriveIntegrationService::DriveIntegrationService(
|
| oauth_service, g_browser_process->system_request_context(),
|
| blocking_task_runner_.get(),
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
|
| - GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseThumbnailUrlForProduction),
|
| GetDriveUserAgent()));
|
| }
|
|
|