• rockot's avatar
    Convert some NetError[Tab]Helper messages to mojom · e1807f0b
    rockot authored
    Converts ChromeViewHostMsg_RunNetworkDiagnostics and
    ChromeViewMsg_SetCanShowNetworkDiagnosticsDialg to mojom without
    impacting message ordering.
    
    The browser-side interface is exposed via a
    WebContentsFrameBindingSet<T>.
    
    The renderer-side (client) interface is exposed via
    RenderFrameImpl's AssociatedInterfaceRegistry.
    
    This CL serves as a simple example of converting routed IPC
    messages which are handled by WebContentsObservers or other
    WebContents-bound things.
    
    BUG=612500
    
    Review-Url: https://codereview.chromium.org/2310583002
    Cr-Commit-Position: refs/heads/master@{#419259}
    e1807f0b
render_messages.h 23.5 KB