| 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..43986cfc32d224f142364785e4eab2e9bbcd56ea 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h
|
| @@ -193,6 +193,13 @@ class GDataWapiFeedLoader {
|
| GDataErrorCode status,
|
| scoped_ptr<base::Value> feed_data);
|
|
|
| + // Callback for handling response from
|
| + // |GDataDocumentsService::GetApplicationList|.
|
| + // If the application list is successfully parsed, passes the list to
|
| + // Drive webapps registry.
|
| + void OnGetApplicationList(GDataErrorCode status,
|
| + scoped_ptr<base::Value> json);
|
| +
|
| // Callback for handling feed content fetching while searching for file info.
|
| // This callback is invoked after async feed fetch operation that was
|
| // invoked by StartDirectoryRefresh() completes. This callback will update
|
|
|