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

Unified Diff: chrome/browser/chromeos/file_manager/volume_manager.cc

Issue 375793003: [fsp] Rename file_system_name to display_name for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 5 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 | « no previous file | chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/volume_manager.cc
diff --git a/chrome/browser/chromeos/file_manager/volume_manager.cc b/chrome/browser/chromeos/file_manager/volume_manager.cc
index 733d00f8ffe2728135f0b35a4cfbbccbee99087d..3a2e84f47d353fa0f3daa6f707e502b95d2747d9 100644
--- a/chrome/browser/chromeos/file_manager/volume_manager.cc
+++ b/chrome/browser/chromeos/file_manager/volume_manager.cc
@@ -215,7 +215,7 @@ VolumeInfo CreateProvidedFileSystemVolumeInfo(
VolumeInfo volume_info;
volume_info.file_system_id = file_system_info.file_system_id();
volume_info.extension_id = file_system_info.extension_id();
- volume_info.volume_label = file_system_info.file_system_name();
+ volume_info.volume_label = file_system_info.display_name();
volume_info.type = VOLUME_TYPE_PROVIDED;
volume_info.mount_path = file_system_info.mount_path();
volume_info.mount_condition = chromeos::disks::MOUNT_CONDITION_NONE;
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698