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

Unified Diff: chrome/browser/prerender/prerender_tracker.h

Issue 138583003: Add back the code to PrerenderManager::PendingSwap to handle RenderViewCreated being called for a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | chrome/browser/prerender/prerender_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | chrome/browser/prerender/prerender_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698