summaryrefslogtreecommitdiff
path: root/chromium/content/common/swapped_out_messages.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/swapped_out_messages.cc')
-rw-r--r--chromium/content/common/swapped_out_messages.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/common/swapped_out_messages.cc b/chromium/content/common/swapped_out_messages.cc
index 4ee30301d62..d7747d332a2 100644
--- a/chromium/content/common/swapped_out_messages.cc
+++ b/chromium/content/common/swapped_out_messages.cc
@@ -33,6 +33,8 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
case ViewHostMsg_RouteCloseEvent::ID:
// Send page scale factor reset notification upon cross-process navigations.
case ViewHostMsg_PageScaleFactorChanged::ID:
+ // Allow history.back() in OOPIFs - https://crbug.com/845923.
+ case ViewHostMsg_GoToEntryAtOffset::ID:
return true;
default:
break;