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

Unified Diff: content/browser/renderer_host/media/media_stream_device_settings.cc

Issue 10662049: Move the device enumerate/open/close work to device thread from IO thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small changes to fix the trybots' failure Created 8 years, 5 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/browser/renderer_host/media/media_stream_device_settings.cc
diff --git a/content/browser/renderer_host/media/media_stream_device_settings.cc b/content/browser/renderer_host/media/media_stream_device_settings.cc
index f16818b8b62f5733b1e5ee16635de76f06e89a68..c3a33506affb92e87aa25bf0c20d7cbf5a92e1ed 100644
--- a/content/browser/renderer_host/media/media_stream_device_settings.cc
+++ b/content/browser/renderer_host/media/media_stream_device_settings.cc
@@ -137,7 +137,6 @@ MediaStreamDeviceSettings::MediaStreamDeviceSettings(
: requester_(requester),
use_fake_ui_(false) {
DCHECK(requester_);
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
}
MediaStreamDeviceSettings::~MediaStreamDeviceSettings() {

Powered by Google App Engine
This is Rietveld 408576698