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

Unified Diff: chrome/browser/storage_monitor/storage_monitor_mac.mm

Issue 19489006: Media Galleries: Move gallery name generation back to StorageMonitor. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 4 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: chrome/browser/storage_monitor/storage_monitor_mac.mm
===================================================================
--- chrome/browser/storage_monitor/storage_monitor_mac.mm (revision 218837)
+++ chrome/browser/storage_monitor/storage_monitor_mac.mm (working copy)
@@ -99,8 +99,8 @@
if (!unique_id.empty())
device_id = StorageInfo::MakeDeviceId(device_type, unique_id);
- return StorageInfo(device_id, string16(), location.value(), label, vendor,
- model, size_in_bytes);
+ return StorageInfo(device_id, location.value(), label, vendor, model,
+ size_in_bytes);
}
void GetDiskInfoAndUpdateOnFileThread(

Powered by Google App Engine
This is Rietveld 408576698