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

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

Issue 9742002: Wired GDataFileSystem::GetFile() method with internal cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit tests added 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/gdata_operations.h
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.h b/chrome/browser/chromeos/gdata/gdata_operations.h
index 0843ea0953aaef76b54fc3865d61737a18d3e0ab..bb6d74b3fbaeb95e004a82136a491f2241e9cdf6 100644
--- a/chrome/browser/chromeos/gdata/gdata_operations.h
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h
@@ -138,6 +138,7 @@ class UrlFetchOperationBase : public GDataOperationInterface,
scoped_refptr<base::MessageLoopProxy> relay_proxy_;
int re_authenticate_count_;
bool save_temp_file_;
+ FilePath output_file_path_;
scoped_ptr<content::URLFetcher> url_fetcher_;
};
@@ -244,7 +245,8 @@ class DownloadFileOperation : public UrlFetchOperationBase {
Profile* profile,
const DownloadActionCallback& callback,
const GURL& document_url,
- const FilePath& virtual_path);
+ const FilePath& virtual_path,
+ const FilePath& output_file_path);
virtual ~DownloadFileOperation();
protected:

Powered by Google App Engine
This is Rietveld 408576698