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

Unified Diff: components/storage_monitor/storage_monitor.cc

Issue 120303003: [StorageMonitor] Move gallery name generation to StorageInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest build error on mac/linux/chromeos Created 6 years, 9 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 | « components/storage_monitor/storage_info.cc ('k') | components/storage_monitor/storage_monitor_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor/storage_monitor.cc
diff --git a/components/storage_monitor/storage_monitor.cc b/components/storage_monitor/storage_monitor.cc
index de2c2b7fa2f7f5212cf298ec589f10e2ea307aad..85e604336bf1c45dbf8689b172354d84cf612a57 100644
--- a/components/storage_monitor/storage_monitor.cc
+++ b/components/storage_monitor/storage_monitor.cc
@@ -169,8 +169,7 @@ void StorageMonitor::ProcessAttach(const StorageInfo& info) {
storage_map_.insert(std::make_pair(info.device_id(), info));
}
- DVLOG(1) << "StorageAttached with name " << base::UTF16ToUTF8(info.name())
- << " and id " << info.device_id();
+ DVLOG(1) << "StorageAttached id " << info.device_id();
if (StorageInfo::IsRemovableDevice(info.device_id())) {
observer_list_->Notify(
&RemovableStorageObserver::OnRemovableStorageAttached, info);
« no previous file with comments | « components/storage_monitor/storage_info.cc ('k') | components/storage_monitor/storage_monitor_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698