Index: chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h |
index 0e739d9fa71043f5bd9ad52405c01293192722a8..b5712c567bada9d559cb077c99acca9ab99e4f18 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h |
+++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h |
@@ -211,6 +211,15 @@ class GDataWapiFeedLoader { |
GDataErrorCode status, |
scoped_ptr<base::Value> data); |
+ // Callback for handling response from |GDataDocumentsService::GetChanglist|. |
+ // Invokes |callback| when done. |
+ void OnGetChangelist(ContentOrigin initial_origin, |
+ const LoadDocumentFeedCallback& callback, |
+ GetDocumentsParams* params, |
+ base::TimeTicks start_time, |
+ GDataErrorCode status, |
+ scoped_ptr<base::Value> data); |
+ |
// Save filesystem to disk. |
void SaveFileSystem(); |