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

Unified Diff: base/test/mock_devices_changed_observer.h

Issue 10829384: SystemMonitor: Pull device type into the device id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment Created 8 years, 4 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: base/test/mock_devices_changed_observer.h
diff --git a/base/test/mock_devices_changed_observer.h b/base/test/mock_devices_changed_observer.h
index 10f884018618cc6f3526b547508f0ce1ba820a55..7188ab8bc8fac3bf0fad9d73dfa41326d1816f42 100644
--- a/base/test/mock_devices_changed_observer.h
+++ b/base/test/mock_devices_changed_observer.h
@@ -20,10 +20,9 @@ class MockDevicesChangedObserver
MOCK_METHOD1(OnDevicesChanged,
void(base::SystemMonitor::DeviceType device_type));
- MOCK_METHOD4(OnMediaDeviceAttached,
+ MOCK_METHOD3(OnMediaDeviceAttached,
void(const std::string& id,
const string16& name,
- base::SystemMonitor::MediaDeviceType type,
const FilePath::StringType& location));
MOCK_METHOD1(OnMediaDeviceDetached, void(const std::string& id));
« no previous file with comments | « base/system_monitor/system_monitor_unittest.cc ('k') | chrome/browser/intents/device_attached_intent_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698