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

Unified Diff: chrome/browser/intents/device_attached_intent_source.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
« no previous file with comments | « base/test/mock_devices_changed_observer.h ('k') | chrome/browser/intents/device_attached_intent_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/device_attached_intent_source.h
diff --git a/chrome/browser/intents/device_attached_intent_source.h b/chrome/browser/intents/device_attached_intent_source.h
index 99fb7b97d5694a16f8955c4bd26887398710ac37..ffe8500f95ec07fab324fdc381ce0ec87abdfb11 100644
--- a/chrome/browser/intents/device_attached_intent_source.h
+++ b/chrome/browser/intents/device_attached_intent_source.h
@@ -33,7 +33,6 @@ class DeviceAttachedIntentSource
virtual void OnMediaDeviceAttached(
const std::string& id,
const string16& name,
- base::SystemMonitor::MediaDeviceType type,
const FilePath::StringType& location) OVERRIDE;
virtual void OnMediaDeviceDetached(const std::string& id) OVERRIDE;
« no previous file with comments | « base/test/mock_devices_changed_observer.h ('k') | chrome/browser/intents/device_attached_intent_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698