From d99126aca23d5a2e977deefc46511e105ade8241 Mon Sep 17 00:00:00 2001 From: "hidehiko@chromium.org" Date: Sat, 19 Jan 2013 03:44:09 +0000 Subject: Replace the result type of GetApplicationInfo with google_apis::AppList. This CL introduces a new callback GetApplicationInfoCallback similar to other "GetXXXCallback"s. Along with the interface change, the parsing is moved to DriveFeedLoader from DriveScheduler. BUG=165389 TEST=Ran unit_tests. Review URL: https://chromiumcodereview.appspot.com/11820045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177812 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/google_apis/gdata_wapi_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/google_apis/gdata_wapi_service.h') diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h index 10c64fc..f30ecd1 100644 --- a/chrome/browser/google_apis/gdata_wapi_service.h +++ b/chrome/browser/google_apis/gdata_wapi_service.h @@ -71,7 +71,7 @@ class GDataWapiService : public DriveServiceInterface, const GetResourceEntryCallback& callback) OVERRIDE; virtual void GetAccountMetadata( const GetAccountMetadataCallback& callback) OVERRIDE; - virtual void GetApplicationInfo(const GetDataCallback& callback) OVERRIDE; + virtual void GetAppList(const GetAppListCallback& callback) OVERRIDE; virtual void DeleteResource(const GURL& edit_url, const EntryActionCallback& callback) OVERRIDE; virtual void DownloadHostedDocument( -- cgit v1.1