| Index: chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/notification_manager.cc b/chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| index 72655189ff5db6211f67d3d4a1c6d2a54730aad5..7328cb9d17fafe80082f536a3139d0d0b9d9ffd7 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/notification_manager.cc
|
| @@ -130,7 +130,7 @@ NotificationManager::CreateNotification() {
|
| new message_center::Notification(
|
| message_center::NOTIFICATION_TYPE_SIMPLE,
|
| file_system_info_.mount_path().value(),
|
| - base::UTF8ToUTF16(file_system_info_.file_system_name()),
|
| + base::UTF8ToUTF16(file_system_info_.display_name()),
|
| l10n_util::GetStringUTF16(
|
| callbacks_.size() == 1
|
| ? IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING
|
|
|