• boliu's avatar
    Make in-process gpu init thread safe · 7439d046
    boliu authored
    Initialize in-process gpu before threads are created.
    In-process gpu init appends command line switches to the
    global current process command line, which is only safe to
    do before any background threads start and read the command
    line.
    
    BUG=450396
    
    Review URL: https://codereview.chromium.org/879703003
    
    Cr-Commit-Position: refs/heads/master@{#313387}
    7439d046
browser_main_loop.cc 43.8 KB