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

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

Issue 10905142: Rename GData to Drive in drive_file_system_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/preferences.cc ('k') | chrome/browser/download/download_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/chrome_download_manager_delegate.cc
diff --git a/chrome/browser/download/chrome_download_manager_delegate.cc b/chrome/browser/download/chrome_download_manager_delegate.cc
index e6b670dbadd8595560693478f59858d47c00bc38..f15623e2445dbbc7f8cbf4c342c1e09d09e61266 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.cc
+++ b/chrome/browser/download/chrome_download_manager_delegate.cc
@@ -514,7 +514,7 @@ void ChromeDownloadManagerDelegate::GetSaveDir(WebContents* web_contents,
*skip_dir_check = false;
#if defined(OS_CHROMEOS)
- *skip_dir_check = gdata::util::IsUnderGDataMountPoint(*website_save_dir);
+ *skip_dir_check = gdata::util::IsUnderDriveMountPoint(*website_save_dir);
#endif
}
@@ -842,7 +842,7 @@ void ChromeDownloadManagerDelegate::OnTargetPathDetermined(
// Retain the last directory. Exclude temporary downloads since the path
// likely points at the location of a temporary file.
// TODO(asanka): This logic is a hack. DownloadFilePicker should give us a
- // directory to persist. Or perhaps, if the GData path
+ // directory to persist. Or perhaps, if the Drive path
// substitution logic is moved here, then we would have a
// persistable path after the DownloadFilePicker is done.
if (disposition == DownloadItem::TARGET_DISPOSITION_PROMPT &&
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/download/download_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698