DCHECK_CURRENTLY_ON misleading in download_history_unittest.cc |
|
Issue descriptionAll of the uses of DCHECK_CURRENTLY_ON will pass with any thread label (UI, IO, etc.) because TestBrowserThreadBundle uses the same thread and MessageLoop for all threads. The code doesn't seem to depend on any thread switching though, so this is mostly an FYI. |
|
►
Sign in to add a comment |
|
Comment 1 by dtrainor@chromium.org
, Jul 27 2017Status: Assigned (was: Untriaged)