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

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

Issue 9808023: Grant file access permissions for cached file paths to file browsers/handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another rebase Created 8 years, 9 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 058c6cea2ad0f8d8b8c99dba3f22ba6ad049f7bd..31e25ba20530960cc54e888d0140dcc03806a5cb 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -61,6 +61,12 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_CONST_METHOD0(GetGDataCacheTmpDirectory, FilePath());
MOCK_CONST_METHOD0(GetGDataTempDownloadFolderPath, FilePath());
MOCK_CONST_METHOD0(GetGDataCachePinnedDirectory, FilePath());
+ MOCK_CONST_METHOD0(GetGDataCachePersistentDirectory, FilePath());
+ MOCK_CONST_METHOD4(GetCacheFilePath, FilePath(
+ const std::string&,
+ const std::string&,
+ GDataRootDirectory::CacheSubDirectoryType,
+ CachedFileOrigin));
MOCK_METHOD1(GetAvailableSpace,
void(const GetAvailableSpaceCallback& callback));
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_util.cc ('k') | chrome/browser/extensions/extension_local_filesystem_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698