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

Unified Diff: components/storage_monitor/storage_monitor_linux.cc

Issue 120303003: [StorageMonitor] Move gallery name generation to StorageInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 6 years, 10 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: components/storage_monitor/storage_monitor_linux.cc
diff --git a/components/storage_monitor/storage_monitor_linux.cc b/components/storage_monitor/storage_monitor_linux.cc
index 76cfdfd9771a1a688b4423fb739c662c170b0be5..4e79fd27937628bf5e94b70ec2302ade1d2f2a8a 100644
--- a/components/storage_monitor/storage_monitor_linux.cc
+++ b/components/storage_monitor/storage_monitor_linux.cc
@@ -183,7 +183,6 @@ scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path,
storage_info.reset(new StorageInfo(
StorageInfo::MakeDeviceId(type, unique_id),
- base::string16(),
mount_point.value(),
volume_label,
vendor_name,

Powered by Google App Engine
This is Rietveld 408576698