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

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

Issue 10538071: gdata: Convert FindEntryByResourceIdSync() to asynchronous. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase svn:trunk/src@141679 and resolve conflicts. Created 8 years, 6 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/chromeos/gdata/gdata_util.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
index 00753de1b0912271c4d04a68101acc57124636b4..df57f6865fdf3974301fc62a222015d3eefa8f1d 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -27,7 +27,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD0(StopUpdates, void());
MOCK_METHOD0(CheckForUpdates, void());
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
- MOCK_METHOD2(FindEntryByResourceIdSync,
+ MOCK_METHOD2(FindEntryByResourceId,
void(const std::string& resource_id,
const FindEntryCallback& callback));
MOCK_METHOD2(SearchAsync, void(const std::string& search_query,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_util.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698