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

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

Issue 9834091: gdata: Fix issue with copying hosted documents out from Docs folder. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files.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
===================================================================
--- chrome/browser/chromeos/gdata/mock_gdata_file_system.h (revision 128807)
+++ chrome/browser/chromeos/gdata/mock_gdata_file_system.h (working copy)
@@ -66,6 +66,7 @@
GDataFileProperties* properties));
MOCK_CONST_METHOD0(GetGDataCacheTmpDirectory, FilePath());
MOCK_CONST_METHOD0(GetGDataTempDownloadFolderPath, FilePath());
+ MOCK_CONST_METHOD0(GetGDataTempDocumentFolderPath, FilePath());
MOCK_CONST_METHOD0(GetGDataCachePinnedDirectory, FilePath());
MOCK_CONST_METHOD0(GetGDataCachePersistentDirectory, FilePath());
MOCK_CONST_METHOD4(GetCacheFilePath, FilePath(
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698