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

Unified Diff: content/renderer/pepper/pepper_media_device_manager.h

Issue 2872913003: Do not pass the origin to MediaDevicesDispatcherHost. (Closed)
Patch Set: Add tests with unique origin Created 3 years, 7 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: content/renderer/pepper/pepper_media_device_manager.h
diff --git a/content/renderer/pepper/pepper_media_device_manager.h b/content/renderer/pepper/pepper_media_device_manager.h
index ff7bc3bb2cccc7dab317f18a18b85dc8a161122a..2f3796f119270b8b4f726e3e5c2741f2f3589b60 100644
--- a/content/renderer/pepper/pepper_media_device_manager.h
+++ b/content/renderer/pepper/pepper_media_device_manager.h
@@ -34,10 +34,8 @@ class PepperMediaDeviceManager
// PepperDeviceEnumerationHostHelper::Delegate implementation:
void EnumerateDevices(PP_DeviceType_Dev type,
- const GURL& document_url,
const DevicesCallback& callback) override;
uint32_t StartMonitoringDevices(PP_DeviceType_Dev type,
- const GURL& document_url,
const DevicesCallback& callback) override;
void StopMonitoringDevices(PP_DeviceType_Dev type,
uint32_t subscription_id) override;

Powered by Google App Engine
This is Rietveld 408576698