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

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

Issue 10182009: gdata: Remove GDataFileSystem::GetFileFromCacheByPath() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better solution 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 3442c6e521a5478ba91d0fb421f268f2c92b0a27..032fedd81c64708b4f93fedf4daa64e583bf6cbe 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -51,9 +51,6 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD2(GetFileByResourceId,
void(const std::string& resource_id,
const GetFileCallback& callback));
- MOCK_METHOD2(GetFileFromCacheByPath,
- void(const FilePath& gdata_file_path,
- const GetFileFromCacheCallback& callback));
MOCK_METHOD0(GetProgressStatusList,
std::vector<GDataOperationRegistry::ProgressStatus>());
MOCK_METHOD1(CancelOperation, bool(const FilePath& file_path));
« 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