| Index: chrome/browser/apps/drive/drive_service_bridge.cc
|
| diff --git a/chrome/browser/apps/drive/drive_service_bridge.cc b/chrome/browser/apps/drive/drive_service_bridge.cc
|
| index 672327738c343d53968d1bd68051576dae25e84c..78cf3d0ae95f31a7ab3cd77bcac6d4ace8b78e53 100644
|
| --- a/chrome/browser/apps/drive/drive_service_bridge.cc
|
| +++ b/chrome/browser/apps/drive/drive_service_bridge.cc
|
| @@ -84,7 +84,6 @@ void DriveServiceBridgeImpl::Initialize() {
|
| profile_->GetRequestContext(),
|
| drive_task_runner.get(),
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
|
| - GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
|
| GURL(google_apis::DriveApiUrlGenerator::kBaseThumbnailUrlForProduction),
|
| std::string() /* custom_user_agent */));
|
| SigninManagerBase* signin_manager =
|
|
|