diff options
author | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-19 03:44:09 +0000 |
---|---|---|
committer | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-19 03:44:09 +0000 |
commit | d99126aca23d5a2e977deefc46511e105ade8241 (patch) | |
tree | 9261371a7d454f5b62ce13a9d5c65b60799204ee /chrome/browser/google_apis/gdata_wapi_service.h | |
parent | 95e82d37c9461f5edd0357f2ed6e1acb2d036a12 (diff) | |
download | chromium_src-d99126aca23d5a2e977deefc46511e105ade8241.zip chromium_src-d99126aca23d5a2e977deefc46511e105ade8241.tar.gz chromium_src-d99126aca23d5a2e977deefc46511e105ade8241.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/google_apis/gdata_wapi_service.h')
-rw-r--r-- | chrome/browser/google_apis/gdata_wapi_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
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( |