Chromium Code Reviews
Descriptionchromeos: Try to avoid shutdown crash in BootTimesRecorder.
Call BrowserThread::IsMessageLoopValid() (which bails out if
the BrowserThreadGlobals singleton is uninitialized) before
calling BrowserThread::CurrentlyOn() (which can apparently
deref a null pointer if base::ThreadTaskRunnerHandle hasn't
been initialized).
BUG=609008
Committed: https://crrev.com/9972cd888b194adc1fc6de8bc6e53945846cb57e
Cr-Commit-Position: refs/heads/master@{#410437}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|
|||||||||||||||||||