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

Unified Diff: base/test/mock_devices_changed_observer.h

Issue 10873072: Rename SystemMonitor's MediaDevice calls to RemovableStorage. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
===================================================================
--- base/test/mock_devices_changed_observer.h (revision 153336)
+++ base/test/mock_devices_changed_observer.h (working copy)
@@ -20,11 +20,11 @@
MOCK_METHOD1(OnDevicesChanged,
void(base::SystemMonitor::DeviceType device_type));
- MOCK_METHOD3(OnMediaDeviceAttached,
+ MOCK_METHOD3(OnRemovableStorageAttached,
void(const std::string& id,
const string16& name,
const FilePath::StringType& location));
- MOCK_METHOD1(OnMediaDeviceDetached, void(const std::string& id));
+ MOCK_METHOD1(OnRemovableStorageDetached, void(const std::string& id));
DISALLOW_COPY_AND_ASSIGN(MockDevicesChangedObserver);
};
« 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