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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_backend_util.h

Issue 305913002: drive: Replace GetResourceListCallback in DriveServiceInterface with FileListCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_backend_util.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
index 98bd5b6102f298a190cd3217b6ba0bbda120f8e5..30805028c8986ad21e26a7ca6d2a1e323de1b58e 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
@@ -62,9 +62,6 @@ bool HasFileAsParent(const FileDetails& details, const std::string& file_id);
std::string GetMimeTypeFromTitle(const base::FilePath& title);
-scoped_ptr<google_apis::ResourceEntry> GetOldestCreatedFolderResource(
- ScopedVector<google_apis::ResourceEntry> list);
-
SyncStatusCode GDataErrorCodeToSyncStatusCode(
google_apis::GDataErrorCode error);

Powered by Google App Engine
This is Rietveld 408576698