Index: chrome/browser/prerender/prerender_tracker.h |
=================================================================== |
--- chrome/browser/prerender/prerender_tracker.h (revision 244941) |
+++ chrome/browser/prerender/prerender_tracker.h (working copy) |
@@ -85,7 +85,7 @@ |
explicit PendingSwapThrottleData(const GURL& swap_url); |
~PendingSwapThrottleData(); |
GURL url; |
- base::WeakPtr<PrerenderPendingSwapThrottle> throttle; |
+ std::vector<base::WeakPtr<PrerenderPendingSwapThrottle> > throttles; |
tburkard
2014/01/16 05:46:43
While the other vector is necessary, I think this
jam
2014/01/16 06:39:48
ah, I missed that, you're right this is orthogonal
davidben
2014/01/16 18:06:00
Hrm. Actually, I think it might be possible in som
jam
2014/01/16 18:12:26
I don't follow. Can you tell me exactly which meth
davidben
2014/01/16 19:41:02
Hrm. So, I started out writing out this very long
|
}; |
// Set of throttles for pending swaps. The key is the routing ID pair |
// of a RenderFrame. |