|
Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in ChromeResourceDispatcherHostDelegate. These short-circuited cancelling the prerendering on the IO thread. Instead, I moved cancelling the prerender on the UI thread since both of these calls end up going to the UI thread right after.
This also removes the last calls of ResourceRequestInfo::GetAssociatedRenderView, which I will remove in a followup.
BUG= 304341
R=davidben@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243184
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+70 lines, -163 lines) |
Patch |
 |
M |
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_browsertest.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+39 lines, -0 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/login/login_prompt.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
2 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader_delegate.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_dispatcher_host_delegate.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_dispatcher_host_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_resource_dispatcher_host_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_resource_dispatcher_host_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -8 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|