Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6084)

Unified Diff: chrome/browser/google_apis/test_util.h

Issue 12447019: Eliminate CopyResultsFromGetResourceEntryCallback. (Closed) Base URL: http://git.chromium.org/chromium/src.git@b180569_create_copy_result_callback
Patch Set: Rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/google_apis/fake_drive_service_unittest.cc ('k') | chrome/browser/google_apis/test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d6bddd5aac8fae63a1b1c6152e91f3e8400af546..88b890080ae7d0ac7fc9853485a78ccb4aee6659 100644
--- a/chrome/browser/google_apis/test_util.h
+++ b/chrome/browser/google_apis/test_util.h
@@ -83,13 +83,6 @@ void CopyResultsFromGetDataCallbackAndQuit(GDataErrorCode* error_out,
GDataErrorCode error_in,
scoped_ptr<base::Value> value_in);
-// Copies the results from GetResourceEntryCallback.
-void CopyResultsFromGetResourceEntryCallback(
- GDataErrorCode* error_out,
- scoped_ptr<ResourceEntry>* resource_entry_out,
- GDataErrorCode error_in,
- scoped_ptr<ResourceEntry> resource_entry_in);
-
// Copies the results from GetResourceListCallback.
void CopyResultsFromGetResourceListCallback(
GDataErrorCode* error_out,
« no previous file with comments | « chrome/browser/google_apis/fake_drive_service_unittest.cc ('k') | chrome/browser/google_apis/test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698