• takumif's avatar
    [Media Router] Remove the extension ID getter from MRMojoImpl · bae32143
    takumif authored
    This CL removes the media_route_provider_extension_id() getter from
    MediaRouterMojoImpl, which was previously being accessed by static-casting
    MediaRouter into MediaRouterMojoImpl. The getter in EventPageRequestManager is
    now used.
    
    It seems that we cannot simply hard-code the ID, since it's different between
    dev and release builds of the component extension.
    
    BUG=597778
    BUG=727993
    
    Review-Url: https://codereview.chromium.org/2970273002
    Cr-Commit-Position: refs/heads/master@{#485439}
    bae32143
cast_ui.cc 1.69 KB