DescriptionFix destruction concurrency issue in PrerenderLocalPredictor:
PrerenderLocalPredictor will now keep around a reference to the HistoryService
that it subscribed too, and will unsubscribe itself on destruction.
Since PrerenderLocalPredictor is owned by PrerenderManager, and both
PrerenderManager and HistoryService have the same lifetime as the underlying
profile, the HistoryService object will not be kept around unnecessarily
longer as a result of this.
R=brettw, cbentzel
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133744
Patch Set 1 #
Total comments: 5
Patch Set 2 : #
Messages
Total messages: 7 (0 generated)
|