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

Unified Diff: google_apis/drive/drive_common_callbacks.h

Issue 861133002: Remove WAPI-related code, except the type definition of ResourceEntry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to review comments. Created 5 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
« no previous file with comments | « google_apis/BUILD.gn ('k') | google_apis/drive/gdata_wapi_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/drive_common_callbacks.h
diff --git a/google_apis/drive/drive_common_callbacks.h b/google_apis/drive/drive_common_callbacks.h
index 234c531f2b5f4d15ce59e1056b28a85ba613d9a7..db2a7aee9b1ac5618ae6ca90cf2ec910a58d4d7f 100644
--- a/google_apis/drive/drive_common_callbacks.h
+++ b/google_apis/drive/drive_common_callbacks.h
@@ -14,18 +14,6 @@ namespace google_apis {
class AboutResource;
class AppList;
-class ResourceEntry;
-class ResourceList;
-
-// Callback used for getting ResourceList.
-typedef base::Callback<void(GDataErrorCode error,
- scoped_ptr<ResourceList> resource_list)>
- GetResourceListCallback;
-
-// Callback used for getting ResourceEntry.
-typedef base::Callback<void(GDataErrorCode error,
- scoped_ptr<ResourceEntry> entry)>
- GetResourceEntryCallback;
// Callback used for getting AboutResource.
typedef base::Callback<void(GDataErrorCode error,
« no previous file with comments | « google_apis/BUILD.gn ('k') | google_apis/drive/gdata_wapi_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698