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

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

Issue 10543037: gdata: Convert public synchronous functions in GDataFileSystem to asynchronous. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 2768f4661051820e51a05613f96b91ecd3771e2d..7257a10ad8726421399a8215dc8b029387a0e5b6 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -81,8 +81,6 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
const ReadDirectoryCallback& callback));
MOCK_METHOD1(RequestDirectoryRefresh,
void(const FilePath& file_path));
- MOCK_METHOD2(GetFileInfoByPath, bool(const FilePath& file_path,
- GDataFileProperties* properties));
MOCK_CONST_METHOD1(IsUnderGDataCacheDirectory, bool(const FilePath& path));
MOCK_CONST_METHOD1(GetCacheDirectoryPath, FilePath(
GDataCache::CacheSubDirectoryType));

Powered by Google App Engine
This is Rietveld 408576698