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

Unified Diff: content/browser/tab_contents/render_view_host_manager.cc

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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
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 {

Powered by Google App Engine
This is Rietveld 408576698