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

Unified Diff: content/common/swapped_out_messages.cc

Issue 1258273006: Remove page id from title and state updating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@switch
Patch Set: one last rebase Created 4 years, 2 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
Index: content/common/swapped_out_messages.cc
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
index 39ba68fff3722ded1a3f8878cdfe4b666cb91d4e..34ce47ba9a73da8d55b63ab3e8b761853eec8a47 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -43,9 +43,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
case FrameHostMsg_DomOperationResponse::ID:
// Input events propagate from parent to child.
case FrameHostMsg_ForwardInputEvent::ID:
- // The browser should always have an accurate mirror of the renderer's
- // notion of the current page id.
- case FrameHostMsg_DidAssignPageId::ID:
// A swapped-out frame's opener might be updated with window.open.
case FrameHostMsg_DidChangeOpener::ID:
// For handling pop-ups from cross-site frames.

Powered by Google App Engine
This is Rietveld 408576698