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

Unified Diff: chrome/browser/google_apis/drive_api_requests.cc

Issue 23477038: Misc clean up for Drive API service and requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/google_apis/drive_api_requests.cc
diff --git a/chrome/browser/google_apis/drive_api_requests.cc b/chrome/browser/google_apis/drive_api_requests.cc
index fb1db856ea4bc015d95733dc37849d4d466426f7..61ee92d54945a28931b6ba0419a89017051a108e 100644
--- a/chrome/browser/google_apis/drive_api_requests.cc
+++ b/chrome/browser/google_apis/drive_api_requests.cc
@@ -449,23 +449,6 @@ GURL AppsListRequest::GetURL() const {
return url_generator_.GetAppsListUrl();
}
-//======================= ContinueGetFileListRequest =========================
-
-ContinueGetFileListRequest::ContinueGetFileListRequest(
- RequestSender* sender,
- const GURL& url,
- const GetDataCallback& callback)
- : GetDataRequest(sender, callback),
- url_(url) {
- DCHECK(!callback.is_null());
-}
-
-ContinueGetFileListRequest::~ContinueGetFileListRequest() {}
-
-GURL ContinueGetFileListRequest::GetURL() const {
- return url_;
-}
-
//========================== ChildrenInsertRequest ============================
ChildrenInsertRequest::ChildrenInsertRequest(
« no previous file with comments | « chrome/browser/google_apis/drive_api_requests.h ('k') | chrome/browser/google_apis/drive_api_requests_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698