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

Unified Diff: chromeos/dbus/mock_cros_disks_client.h

Issue 10231010: gdata: Apply correct mount label when mounting archives in GData (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 8 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 | « chromeos/dbus/cros_disks_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_cros_disks_client.h
diff --git a/chromeos/dbus/mock_cros_disks_client.h b/chromeos/dbus/mock_cros_disks_client.h
index 101b80fe4bd0ed6a7180198c3886ad668bfe0f2e..89f7d567f85f66124c7d023620e88f4b289ef5b0 100644
--- a/chromeos/dbus/mock_cros_disks_client.h
+++ b/chromeos/dbus/mock_cros_disks_client.h
@@ -18,7 +18,8 @@ class MockCrosDisksClient : public CrosDisksClient {
MockCrosDisksClient();
virtual ~MockCrosDisksClient();
- MOCK_METHOD5(Mount, void(const std::string&,
+ MOCK_METHOD6(Mount, void(const std::string&,
+ const std::string&,
const std::string&,
MountType,
const MountCallback&,
« no previous file with comments | « chromeos/dbus/cros_disks_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698