Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index 0d542d844f3f86f6cf24f27b3a1a7ae05f373d94..83ff33b346e7076eb5af3979aaa7694c75bb4ae1 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -70,8 +70,6 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut( |
// Note that synchronous messages that are not handled will receive an |
// error reply instead, to avoid leaving the renderer in a stuck state. |
switch (msg.type()) { |
- // Updates the previous navigation entry. |
- case ViewHostMsg_UpdateState::ID: |
// Sends an ACK. |
case ViewHostMsg_UpdateTargetURL::ID: |
// We allow closing even if we are in the process of swapping out. |