diff options
Diffstat (limited to 'chrome/browser/google_apis/test_util.cc')
-rw-r--r-- | chrome/browser/google_apis/test_util.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/google_apis/test_util.cc b/chrome/browser/google_apis/test_util.cc index 0c08abc..76ddbb4 100644 --- a/chrome/browser/google_apis/test_util.cc +++ b/chrome/browser/google_apis/test_util.cc @@ -101,12 +101,6 @@ scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) { return value.Pass(); } -void CopyResultFromEntryActionCallbackAndQuit(GDataErrorCode* error_out, - GDataErrorCode error_in) { - *error_out = error_in; - MessageLoop::current()->Quit(); -} - void CopyResultsFromGetResourceListCallback( GDataErrorCode* error_out, scoped_ptr<ResourceList>* resource_list_out, |