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

Unified Diff: chrome/browser/chromeos/imageburner/burn_device_handler_unittest.cc

Issue 12537016: Add callback to DiskMountManager::UnmountPath (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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
Index: chrome/browser/chromeos/imageburner/burn_device_handler_unittest.cc
diff --git a/chrome/browser/chromeos/imageburner/burn_device_handler_unittest.cc b/chrome/browser/chromeos/imageburner/burn_device_handler_unittest.cc
index c7b127dc826db6fdd53201186267345c6f08339b..a8047bb1755a31c74611d2f672a1091ec20df2c4 100644
--- a/chrome/browser/chromeos/imageburner/burn_device_handler_unittest.cc
+++ b/chrome/browser/chromeos/imageburner/burn_device_handler_unittest.cc
@@ -86,7 +86,8 @@ class FakeDiskMountManager : public disks::DiskMountManager {
const std::string& mount_label,
MountType type) OVERRIDE {}
virtual void UnmountPath(const std::string& mount_path,
- UnmountOptions options) OVERRIDE {}
+ UnmountOptions options,
+ const UnmountPathCallback& callback) OVERRIDE {}
virtual void FormatMountedDevice(const std::string& mount_path) OVERRIDE {}
virtual void UnmountDeviceRecursively(
const std::string& device_path,
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_private_apitest.cc ('k') | chromeos/disks/disk_mount_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698