|
+isherman for histograms.xml
+jdufault for chrome/browser/ui/ash
Renames CloseRoute() to Terminate() and creates DetachRoute().
This clarifies the role of the two methods invoked on PresentationConnection by plumbing the renaming through the various layers.
PresentationConnection.close() -> CloseConnection (PresentationService) -> DetachRoute (MediaRouter)
PresentationConnection.terminate() -> Terminate -> TerminateRoute
It also removes the mapping for closed and terminated presentations from the PresentationFrame to prevent duplicate invocations of DetachRoute.
BUG= 540803
Committed: https://crrev.com/d0c3de1a60bd68b88ca020f2a04f249a945f2cc8
Cr-Commit-Position: refs/heads/master@{#364908}
Total comments: 26
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+184 lines, -149 lines) |
Patch |
 |
M |
chrome/browser/media/android/router/media_router_android.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/android/router/media_router_android.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/android/router/media_router_dialog_controller_android.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/media_router.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/media_router.mojom
|
View
|
1
2
3
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/media_router_metrics.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/media_router_mojo_impl.h
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/media_router_mojo_impl.cc
|
View
|
1
|
4 chunks |
+19 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/media_router_mojo_impl_unittest.cc
|
View
|
1
|
7 chunks |
+34 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/mock_media_router.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/presentation_service_delegate_impl.h
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/presentation_service_delegate_impl.cc
|
View
|
1
2
3
|
6 chunks |
+48 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/router/test_helper.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/cast_config_delegate_media_router.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/media_router/media_router_ui.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/media_router/media_router_e2e_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/presentation/presentation_service_impl.h
|
View
|
1
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/presentation/presentation_service_impl.cc
|
View
|
1
|
1 chunk |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/presentation/presentation_service_impl_unittest.cc
|
View
|
1
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/presentation/presentation_service.mojom
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/presentation_service_delegate.h
|
View
|
1
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/presentation/presentation_dispatcher.cc
|
View
|
1
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/resources/media_router_bindings.js
|
View
|
1
2
3
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 31 (15 generated)
|