|
Split out some of the RVHDelegate functions into separate sub-classes. To limit
the scope, this patch just contains those delegate functions implemented only
by TabContents, plus the favicon functions implemented by the FavIconHelper.
The only changes are re-ordering and moving the functions, and changes in the
way that the functions are called through the new optional delegate.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20152
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+550 lines, -429 lines) |
Patch |
 |
M |
chrome/browser/fav_icon_helper.h
|
View
|
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/fav_icon_helper.cc
|
View
|
|
2 chunks |
+35 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
|
12 chunks |
+78 lines, -26 lines |
3 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
|
7 chunks |
+126 lines, -97 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_dispatcher_host.cc
|
View
|
|
6 chunks |
+14 lines, -9 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
|
6 chunks |
+47 lines, -43 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
|
8 chunks |
+216 lines, -225 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/worker_host/worker_process_host.cc
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|