• Gabriel Charette's avatar
    Migrate MessageLoop::current() to MessageLoopCurrent in /chromecast · 2c1a8668
    Gabriel Charette authored
    These changes were scripted as part of the effort to restrict exposure of the
    raw MessageLoop*.
    
    Note that many static methods exposed on MessageLoopCurrent are also deprecated
    so it is very well possible that this is migrating to an already deprecated
    method.
    
    The goal of this pass is to reduce usage of MessageLoop::current() (and
    ultimately make it impossible to obtain the MessageLoop* statically).
    
    As such I will not edit this CL unless the script did something logically wrong.
    I defer to owners to fix highlighted usage of already deprecated APIs.
    
    Possible script screw ups / things to look out for in this review:
     - Storing MessageLoopCurrent in a MessageLoop* variable or comparing it against
       one (I will go over that in a separate pass).
    
    Includes should have been stripped if that was the last usage of message_loop.h
    in that file.
    
    Please CQ if LGTY
    
    This CL was uploaded by git cl split.
    
    TBR=slan@chromium.org
    
    Bug: 825327
    Change-Id: I01b6eb1a65d3989f830b34c989ec5a8bbf0ffe41
    Reviewed-on: https://chromium-review.googlesource.com/1024530Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
    Reviewed-by: default avatarStephen Lanham <slan@chromium.org>
    Commit-Queue: Gabriel Charette <gab@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#553622}
    2c1a8668
cast_browser_main_parts.cc 24.2 KB