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

Unified Diff: content/public/browser/media_devices_monitor.h

Issue 17508005: Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. Initially I thought this… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: nits Created 7 years, 6 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/public/browser/media_devices_monitor.h
===================================================================
--- content/public/browser/media_devices_monitor.h (revision 207505)
+++ content/public/browser/media_devices_monitor.h (working copy)
@@ -12,7 +12,6 @@
// Called to ensure the MediaStreamManager has started monitoring the capture
// devices, this will trigger OnAudioCaptureDevicesChanged() and
// OnVideoCaptureDevicesChanged() callbacks.
-// This must be called on the IO thread.
CONTENT_EXPORT void EnsureMonitorCaptureDevices();
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698