Chromium Code Reviews
Description[Media Router] Factor extension-related logic out of MediaRouterMojoImpl
We take the component-extension-waking and request-queueing logic out of
MediaRouterMojoImpl and put it in its own class, EventPageRequestManager. In a
future patch the part of MediaRouterMojoImpl that interfaces with the request
manager will be further refactored into its own class, as described in the
design doc below.
Currently MediaRouterMojoImpl is the only client of the request manager, but the
MediaRouteController will also use it in the future (see design doc).
Design doc:
https://docs.google.com/document/d/1PEcNLc9TTaRbeC1jZwVX7E3Rm3bJrqV8049cKXQ7Yho/edit
BUG=737320
BUG=739516
Review-Url: https://codereview.chromium.org/2949933002
Cr-Commit-Position: refs/heads/master@{#484688}
Committed: https://chromium.googlesource.com/chromium/src/+/0e3adbf3d7c3a0436a5d4007505fd3590489049e
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #Patch Set 4 : broke #Patch Set 5 : . #Patch Set 6 : . #Patch Set 7 : . #
Total comments: 20
Patch Set 8 : Address Derek's comments #
Total comments: 2
Patch Set 9 : Fix a build error #
Total comments: 2
Patch Set 10 : Remove includes #Messages
Total messages: 37 (29 generated)
|