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

Unified Diff: chromeos/disks/mock_disk_mount_manager.h

Issue 207383004: Adds a new removable storage provider for imageWriterPrivate on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small formatting update. 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 | « chrome/chrome_tests_unit.gypi ('k') | chromeos/disks/mock_disk_mount_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ef3967be06f45fa59de194ae9119bee14c5fca08..f7baa8eae8037a8762f2ec63739885651332eef4 100644
--- a/chromeos/disks/mock_disk_mount_manager.h
+++ b/chromeos/disks/mock_disk_mount_manager.h
@@ -16,6 +16,8 @@
namespace chromeos {
namespace disks {
+// TODO(tbarzic): Replace this mock with a fake implementation
+// (http://crbug.com/355757)
class MockDiskMountManager : public DiskMountManager {
public:
MockDiskMountManager();
@@ -60,7 +62,10 @@ class MockDiskMountManager : public DiskMountManager {
const std::string& vendor_name,
const std::string& product_name,
DeviceType device_type,
- uint64 total_size_in_bytes);
+ uint64 total_size_in_bytes,
+ bool is_parent,
+ bool has_media,
+ bool on_boot_device);
// Removes the fake disk entry associated with the mounted device. This
// function is primarily for StorageMonitorTest.
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/disks/mock_disk_mount_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698