Fix cpplint errors in media_capture_devices_dispatcher.cc
This commit is contained in:
parent
d0566e6e05
commit
7b47a6152d
1 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,7 @@ const content::MediaStreamDevice* FindDeviceWithId(
|
|||
}
|
||||
}
|
||||
return NULL;
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
|
@ -153,7 +153,6 @@ void MediaCaptureDevicesDispatcher::OnMediaRequestStateChanged(
|
|||
const content::MediaStreamDevice& device,
|
||||
content::MediaRequestState state) {
|
||||
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
||||
|
||||
}
|
||||
|
||||
void MediaCaptureDevicesDispatcher::OnAudioStreamPlayingChanged(
|
||||
|
|
Loading…
Reference in a new issue