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

Unified Diff: chromeos/disks/mock_disk_mount_manager.h

Issue 10908277: [Chrome OS] Construct device label and unique id using vendor and product details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit and updated comments in mock_disk_mount_manager.h Created 8 years, 3 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: chromeos/disks/mock_disk_mount_manager.h
diff --git a/chromeos/disks/mock_disk_mount_manager.h b/chromeos/disks/mock_disk_mount_manager.h
index 169f33dade98367ad67c71d530d81eec9e37e1c7..abe24594a0787f5bc0ad5977ecfc23aaff20ada2 100644
--- a/chromeos/disks/mock_disk_mount_manager.h
+++ b/chromeos/disks/mock_disk_mount_manager.h
@@ -49,13 +49,14 @@ class MockDiskMountManager : public DiskMountManager {
void SetupDefaultReplies();
// Creates a fake disk entry for the mounted device. This function is
- // primarily for MediaDeviceNotificationsTest.
+ // primarily for RemovableDeviceNotificationsTest.
void CreateDiskEntryForMountDevice(
const DiskMountManager::MountPointInfo& mount_info,
- const std::string& device_id);
+ const std::string& device_id,
+ const std::string& device_label);
// Removes the fake disk entry associated with the mounted device. This
- // function is primarily for MediaDeviceNotificationsTest.
+ // function is primarily for RemovableDeviceNotificationsTest.
void RemoveDiskEntryForMountDevice(
const DiskMountManager::MountPointInfo& mount_info);

Powered by Google App Engine
This is Rietveld 408576698