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

Unified Diff: chrome/browser/storage_monitor/volume_mount_watcher_win.cc

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
« no previous file with comments | « chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/storage_monitor/volume_mount_watcher_win.cc
===================================================================
--- chrome/browser/storage_monitor/volume_mount_watcher_win.cc (revision 218837)
+++ chrome/browser/storage_monitor/volume_mount_watcher_win.cc (working copy)
@@ -173,9 +173,8 @@
// TODO(gbillock): if volume_label.empty(), get the vendor/model information
// for the volume.
- *info = StorageInfo(device_id, base::string16(), mount_point,
- volume_label, base::string16(), base::string16(),
- total_size_in_bytes);
+ *info = StorageInfo(device_id, mount_point, volume_label, base::string16(),
+ base::string16(), total_size_in_bytes);
return true;
}
« no previous file with comments | « chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698