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

Unified Diff: chrome/browser/download/save_package_file_picker_chromeos.cc

Issue 10198003: gdata: Get rid of GetGDataCacheTmpDirectory() and friends (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/download/download_file_picker_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_package_file_picker_chromeos.cc
diff --git a/chrome/browser/download/save_package_file_picker_chromeos.cc b/chrome/browser/download/save_package_file_picker_chromeos.cc
index 6fea929ffb0ce265a009491933e0895795790c84..5a5c2130c1154f430dbb79eeb86ad8023d859bb9 100644
--- a/chrome/browser/download/save_package_file_picker_chromeos.cc
+++ b/chrome/browser/download/save_package_file_picker_chromeos.cc
@@ -53,7 +53,8 @@ void SavePackageFilePickerChromeOS::FileSelected(const FilePath& selected_path,
gdata::GDataFileSystem* gdata_filesystem = GetGDataFileSystem();
if (gdata_filesystem && gdata::util::IsUnderGDataMountPoint(path)) {
FilePath gdata_tmp_download_dir =
- gdata_filesystem->GetGDataTempDownloadFolderPath();
+ gdata_filesystem->GetCacheDirectoryPath(
+ gdata::GDataRootDirectory::CACHE_TYPE_TMP_DOWNLOADS);
selected_path_ = path;
FilePath* gdata_tmp_download_path = new FilePath();
« no previous file with comments | « chrome/browser/download/download_file_picker_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698