Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Issue 109983006: Remove calls of PrerenderTracker::TryCancel on UI thread and instead have them call PrerenderConten… (Closed)

Created:
6 years, 11 months ago by jam
Modified:
6 years, 11 months ago
Reviewers:
tburkard
CC:
chromium-reviews, gavinp+prer_chromium.org, cbentzel+watch_chromium.org, dominich+watch_chromium.org, davidben+watch_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Remove calls of PrerenderTracker::TryCancel on UI thread and instead have them call PrerenderContents::Destroy directly. This is part of the work on removing calls to ResourceRequestInfo::GetAssociatedRenderView. The last callers to that method are using it to cancel prerenders if they haven't been used yet, so the checking/cancelling needs to all move to the UI thread. BUG=304341 R=tburkard@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243094

Patch Set 1 #

Patch Set 2 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -16 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 1 chunk +7 lines, -12 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
6 years, 11 months ago (2014-01-03 00:41:04 UTC) #1
tburkard
6 years, 11 months ago (2014-01-06 10:48:49 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698