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

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

Issue 10690028: gdata: Get rid of GDataFileSystem::GetCacheState() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 a94bb54e3265c0d79fe6b34fff5cba5938c6db98..ec515700f997c972304f05dd3d0fc507985d6799 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -68,9 +68,6 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD2(UpdateFileByResourceId,
void(const std::string& resource_id,
const FileOperationCallback& callback));
- MOCK_METHOD3(GetCacheState, void(const std::string& resource_id,
- const std::string& md5,
- const GetCacheStateCallback& callback));
MOCK_METHOD2(GetFileInfoByPath, void(const FilePath& file_path,
const GetFileInfoCallback& callback));
MOCK_METHOD2(GetEntryInfoByPath, void(const FilePath& file_path,

Powered by Google App Engine
This is Rietveld 408576698