Chromium Code Reviews| Index: content/browser/tab_contents/render_view_host_manager.cc |
| diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/tab_contents/render_view_host_manager.cc |
| index 2aacafcbcc6011d2d15535063aa8d10d7495c220..2ca09669eb49d6c51975516fd901c03c7d6a23fc 100644 |
| --- a/content/browser/tab_contents/render_view_host_manager.cc |
| +++ b/content/browser/tab_contents/render_view_host_manager.cc |
| @@ -770,7 +770,7 @@ void RenderViewHostManager::CancelPending() { |
| // Any currently suspended navigations are no longer needed. |
| pending_render_view_host->CancelSuspendedNavigations(); |
| - // We can pass -1,-1 because there is no pending response in the |
| + // We can pass -1,-1,-1 because there is no pending response in the |
|
Charlie Reis
2011/12/01 23:13:02
Leftover from a previous change?
supersat
2011/12/09 23:08:20
Yes.
|
| // ResourceDispatcherHost to unpause. |
| pending_render_view_host->SwapOut(-1, -1); |
| } else { |