Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: chrome/browser/chromeos/drive/drive_system_service.cc

Issue 11804004: Add base_url to DriveApiUrlGenerator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/drive_system_service.cc
diff --git a/chrome/browser/chromeos/drive/drive_system_service.cc b/chrome/browser/chromeos/drive/drive_system_service.cc
index b4048612ac007651b97473e1beaa171ec9078393..3fd2265ca848328fd4a21107282c1d2535c06714 100644
--- a/chrome/browser/chromeos/drive/drive_system_service.cc
+++ b/chrome/browser/chromeos/drive/drive_system_service.cc
@@ -124,6 +124,7 @@ DriveSystemService::DriveSystemService(
} else if (google_apis::util::IsDriveV2ApiEnabled()) {
drive_service_.reset(new DriveAPIService(
g_browser_process->system_request_context(),
+ GURL(),
satorux1 2013/01/09 00:19:53 Empty URL looks cryptic. See below for what we do
hidehiko 2013/01/09 04:47:37 Done.
GetDriveUserAgent()));
} else {
drive_service_.reset(new google_apis::GDataWapiService(

Powered by Google App Engine
This is Rietveld 408576698