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

Unified Diff: base/test/mock_devices_changed_observer.h

Issue 10836004: add device type as an argument in OnDevicesChanged. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix indent Created 8 years, 5 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 | « base/system_monitor/system_monitor_unittest.cc ('k') | content/browser/gamepad/gamepad_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/mock_devices_changed_observer.h
===================================================================
--- base/test/mock_devices_changed_observer.h (revision 148913)
+++ base/test/mock_devices_changed_observer.h (working copy)
@@ -18,7 +18,8 @@
MockDevicesChangedObserver();
~MockDevicesChangedObserver();
- MOCK_METHOD0(OnDevicesChanged, void());
+ MOCK_METHOD1(OnDevicesChanged,
+ void(base::SystemMonitor::DeviceType device_type));
MOCK_METHOD4(OnMediaDeviceAttached,
void(const std::string& id,
const string16& name,
« no previous file with comments | « base/system_monitor/system_monitor_unittest.cc ('k') | content/browser/gamepad/gamepad_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698