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

Unified Diff: chrome/browser/chromeos/gdata/gdata_test_util.h

Issue 10831212: gdata: Add GDataDirectoryService::GetEntryInfoPairByPaths() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 4 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
Index: chrome/browser/chromeos/gdata/gdata_test_util.h
diff --git a/chrome/browser/chromeos/gdata/gdata_test_util.h b/chrome/browser/chromeos/gdata/gdata_test_util.h
index 91de0481f1622a5f5d1c50ca4dd8c11c6370f871..8ebb6951290f865743766722aa47f1dd6b411602 100644
--- a/chrome/browser/chromeos/gdata/gdata_test_util.h
+++ b/chrome/browser/chromeos/gdata/gdata_test_util.h
@@ -65,6 +65,12 @@ void CopyResultsFromReadDirectoryCallback(
GDataFileError error,
scoped_ptr<GDataEntryProtoVector> entries);
+// Copies |result| |out_result|. Used to run asynchronous functions that take
+// GetEntryInfoPairCallback from tests.
+void CopyResultsFromGetEntryInfoPairCallback(
+ scoped_ptr<EntryInfoPairResult>* out_result,
+ scoped_ptr<EntryInfoPairResult> result);
+
} // namespace test_util
} // namespace gdata
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files_unittest.cc ('k') | chrome/browser/chromeos/gdata/gdata_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698