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

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

Issue 10270018: gdata: Add GDataFileSystem::GetFileInfoByPathAsync(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 8 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_file_system_unittest.cc ('k') | no next file » | 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 6f941d9a817954017643aba78853b82a0184903a..37db08886a3c809c43f4206803d71407646b782f 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -60,7 +60,10 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD3(GetCacheState, void(const std::string& resource_id,
const std::string& md5,
const GetCacheStateCallback& callback));
- MOCK_METHOD2(GetFileInfoByPath, bool(const FilePath& gdata_file_path,
+ MOCK_METHOD2(GetFileInfoByPathAsync,
+ void(const FilePath& file_path,
+ const GetFileInfoCallback& callback));
+ MOCK_METHOD2(GetFileInfoByPath, bool(const FilePath& file_path,
GDataFileProperties* properties));
MOCK_CONST_METHOD1(IsUnderGDataCacheDirectory, bool(const FilePath& path));
MOCK_CONST_METHOD1(GetCacheDirectoryPath, FilePath(
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698