|
Revert 268939 "Pass RenderFrameHost to WebContentObservers' mess..."
Win and linux bots are failing. See crbug.com/371030 for more details.
Reverting to see if this CL is part of the cause.
> Pass RenderFrameHost to WebContentObservers' message handlers
>
> This patch enables WebContentsObserver::OnMessageReceived to receive
> a reference to RenderFrameHost that received the message.
>
> This allows passing of JavaBridgeDispatcherHostManager ownership from
> WebContentsImpl to ContentViewCore and removing of some redundant
> initialization code in JavaBridgeDispatcherHostManager, fixing
> a long-standing TODO.
>
> Review URL: https://codereview.chromium.org/253013002
TBR=mnaganov@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269075
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+109 lines, -151 lines) |
Patch |
 |
M |
trunk/src/chrome/browser/content_settings/tab_specific_content_settings.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/content_settings/tab_specific_content_settings.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/guest_view/web_view/plugin_permission_helper.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/guest_view/web_view/plugin_permission_helper.cc
|
View
|
|
1 chunk |
+5 lines, -15 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/plugins/plugin_observer.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/plugins/plugin_observer.cc
|
View
|
|
2 chunks |
+3 lines, -14 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/android/content_view_core_impl.h
|
View
|
|
4 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/android/content_view_core_impl.cc
|
View
|
|
5 chunks |
+23 lines, -25 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/frame_host/interstitial_page_impl.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/frame_host/interstitial_page_impl.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h
|
View
|
|
3 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc
|
View
|
|
5 chunks |
+27 lines, -25 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/web_contents/web_contents_impl.h
|
View
|
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/web_contents/web_contents_impl.cc
|
View
|
|
5 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/public/browser/web_contents_observer.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/public/browser/web_contents_observer.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
trunk/src/extensions/browser/extension_function.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|