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

Unified Diff: chrome/browser/ui/webui/chromeos/provided_file_systems_ui.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 | « chrome/browser/chromeos/file_system_provider/service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc b/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc
index bb75ac3d226e42b2dec9b5e81cf84c5bfe4568ab..ac63cb54cfe0ebef986ef11ce8ba577e019ca4ee 100644
--- a/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc
@@ -289,7 +289,7 @@ void ProvidedFileSystemsWebUIHandler::UpdateFileSystems(
base::DictionaryValue* item = new base::DictionaryValue();
item->SetString(kKeyId, file_system_info.file_system_id());
- item->SetString(kKeyName, file_system_info.file_system_name());
+ item->SetString(kKeyName, file_system_info.display_name());
item->SetString(kKeyExtensionId, file_system_info.extension_id());
item->SetString(kKeyMountPath,
file_system_info.mount_path().AsUTF8Unsafe());
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698