Chromium Code Reviews| Index: chrome/browser/prerender/prerender_tracker.cc |
| =================================================================== |
| --- chrome/browser/prerender/prerender_tracker.cc (revision 244941) |
| +++ chrome/browser/prerender/prerender_tracker.cc (working copy) |
| @@ -118,6 +118,7 @@ |
| DCHECK(it != pending_swap_throttle_map_.end()); |
| if (it == pending_swap_throttle_map_.end()) |
| return; |
| + CHECK(!it->second.throttle); |
|
davidben
2014/01/16 19:41:02
(If you do get rid of the CHECK, probably good to
|
| it->second.throttle = throttle; |
| } |