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

Unified Diff: content/common/swapped_out_messages.cc

Issue 1814863002: Make page popups work under OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled test on Mac Created 4 years, 9 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 41443f5cb301de81cb3b5b96b723f407abd61373..6815b1dcd80c2d2a0831f0abb43a5c8e5b5ba79d 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -51,6 +51,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
// Used in layout tests; handled in BlinkTestController.
case ShellViewHostMsg_PrintMessage::ID:
case ShellViewHostMsg_LayoutDumpFlagsChanged::ID:
+ case ViewHostMsg_CreateWidget::ID:
return true;
default:
break;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/test/data/site_isolation/page-with-select.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698