| Index: chrome/browser/google_apis/test_util.h
|
| diff --git a/chrome/browser/google_apis/test_util.h b/chrome/browser/google_apis/test_util.h
|
| index 2f30377d00222aff30e9c0a3a999b956ff10caee..61ba4164e609a7c41acab7c94c9f8dd2bafb5afb 100644
|
| --- a/chrome/browser/google_apis/test_util.h
|
| +++ b/chrome/browser/google_apis/test_util.h
|
| @@ -102,6 +102,14 @@ void CopyResultsFromGetAccountMetadataCallback(
|
| GDataErrorCode error_in,
|
| scoped_ptr<AccountMetadataFeed> account_metadata_in);
|
|
|
| +// Copies the results from GetAccountMetadataCallback and quit the message
|
| +// loop.
|
| +void CopyResultsFromGetAccountMetadataCallbackAndQuit(
|
| + GDataErrorCode* error_out,
|
| + scoped_ptr<AccountMetadataFeed>* account_metadata_out,
|
| + GDataErrorCode error_in,
|
| + scoped_ptr<AccountMetadataFeed> account_metadata_in);
|
| +
|
| // Copies the results from GetAboutResourceCallback.
|
| void CopyResultsFromGetAboutResourceCallback(
|
| GDataErrorCode* error_out,
|
|
|