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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc

Issue 371883003: Files.app: Add an private API to get a download URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/sync_file_system/drive_backend/drive_service_on_worker.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
index e3fd312ecca3df394a12769547970cf514f1f43f..a16b35502f24843fae50328285dfe13a017bc608 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
+++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
@@ -317,7 +317,7 @@ google_apis::CancelCallback DriveServiceOnWorker::Search(
google_apis::CancelCallback DriveServiceOnWorker::GetShareUrl(
const std::string& resource_id,
const GURL& embed_origin,
- const google_apis::GetShareUrlCallback& callback) {
+ const google_apis::GetUrlCallback& callback) {
NOTREACHED();
return google_apis::CancelCallback();
}

Powered by Google App Engine
This is Rietveld 408576698