|
Moved the following IPCs out of chrome into content where they are handled by
TabContents/RVH which eventually forward the notifications out to the TabContentsDelegate.
1. ViewHostMsg_CrashedPlugin
2. ViewHostMsg_DidStartProvisionalLoadForFrame
3. ViewHostMsg_UpdateTargetURL
The ViewHostMsg_DidStartProvisionalLoadForFrame IPC is still handled by the PrerenderRenderViewHostObserver
object in chrome. Will move that out in a future CL.
BUG= 87335
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99775
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+133 lines, -77 lines) |
Patch |
 |
M |
chrome/browser/external_tab_container_win.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/external_tab_container_win.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_observer.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_observer.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_tab_helper.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_tab_helper.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+23 lines, -30 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+56 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|