Commit 7fb8b995 authored by anujk.sharma's avatar anujk.sharma Committed by Commit bot

extensions: Explicitly ignore result of CalledOnValidThread().

BUG=314505

Review URL: https://codereview.chromium.org/597853003

Cr-Commit-Position: refs/heads/master@{#296640}
parent 44b47a36
......@@ -143,7 +143,7 @@ bool HidDeviceManager::HasPermission(const Extension* extension,
}
void HidDeviceManager::UpdateDevices() {
thread_checker_.CalledOnValidThread();
DCHECK(thread_checker_.CalledOnValidThread());
HidService* hid_service = device::DeviceClient::Get()->GetHidService();
DCHECK(hid_service);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment