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

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

Issue 10546093: gdata: Move ownership of GDataCache to GDataSystemService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO 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') | 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 20acce37bfb1a19d880b26ab667665cd298da6d8..00753de1b0912271c4d04a68101acc57124636b4 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -80,14 +80,6 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
const ReadDirectoryCallback& callback));
MOCK_METHOD1(RequestDirectoryRefresh,
void(const FilePath& file_path));
- MOCK_CONST_METHOD1(IsUnderGDataCacheDirectory, bool(const FilePath& path));
- MOCK_CONST_METHOD1(GetCacheDirectoryPath, FilePath(
- GDataCache::CacheSubDirectoryType));
- MOCK_CONST_METHOD4(GetCacheFilePath, FilePath(
- const std::string&,
- const std::string&,
- GDataCache::CacheSubDirectoryType,
- GDataCache::CachedFileOrigin));
MOCK_METHOD1(GetAvailableSpace,
void(const GetAvailableSpaceCallback& callback));
MOCK_METHOD3(SetPinState, void(const FilePath&,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698