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

Unified Diff: chrome/browser/chromeos/preferences.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
Index: chrome/browser/chromeos/preferences.cc
diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc
index 7e9367843d657caf3faa13ff2fd4e76992345eb0..54d3d43cf3893abe12b96d7a32f1e27c11fcde52 100644
--- a/chrome/browser/chromeos/preferences.cc
+++ b/chrome/browser/chromeos/preferences.cc
@@ -584,7 +584,7 @@ void Preferences::NotifyPrefChanged(const std::string* pref_name) {
if (disable_gdata_.GetValue()) {
const FilePath download_path =
prefs_->GetFilePath(prefs::kDownloadDefaultDirectory);
- if (gdata::util::IsUnderGDataMountPoint(download_path)) {
+ if (gdata::util::IsUnderDriveMountPoint(download_path)) {
prefs_->SetFilePath(prefs::kDownloadDefaultDirectory,
download_util::GetDefaultDownloadDirectory());
}
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_system_service.cc ('k') | chrome/browser/download/chrome_download_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698