Chromium Code Reviews| Index: chrome/browser/drive/drive_api_service.h |
| diff --git a/chrome/browser/drive/drive_api_service.h b/chrome/browser/drive/drive_api_service.h |
| index 299aed42aaea89833eaa6c6d66bc55fb052f5aa9..4c94f17d2b1adabbdeb77fda582ca6df65042dfa 100644 |
| --- a/chrome/browser/drive/drive_api_service.h |
| +++ b/chrome/browser/drive/drive_api_service.h |
| @@ -184,6 +184,12 @@ class DriveAPIService : public DriveServiceInterface, |
| const std::string& resource_id, |
| const std::string& app_id, |
| const google_apis::AuthorizeAppCallback& callback) OVERRIDE; |
| + virtual google_apis::CancelCallback GetResourceListInDirectoryByWapi( |
| + const std::string& directory_resource_id, |
| + const google_apis::GetResourceListCallback& callback) OVERRIDE; |
| + virtual google_apis::CancelCallback GetRemainingResourceList( |
|
kinaba
2013/09/02 08:04:44
For consistency, I'd rather like a name ContinueGe
hidehiko
2013/09/02 08:52:04
ContinueGetResourceList is replaced by GetRemainin
|
| + const GURL& next_url, |
| + const google_apis::GetResourceListCallback& callback) OVERRIDE; |
| private: |
| // AuthServiceObserver override. |