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

Unified Diff: content/common/swapped_out_messages.cc

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: New patch, still not quite done Created 9 years 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 3189d19f7f7cc5aaedbbc20b856610c33aabc249..c1b6a238f05fb213c7f93d97c9e01a46ebdb7ad7 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -70,6 +70,7 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
// Synchronous message when leaving a page with plugin.
case ViewHostMsg_DestroyPluginContainer::ID:
#endif
+ case ViewHostMsg_SendPostMessage::ID:
return true;
default:
break;

Powered by Google App Engine
This is Rietveld 408576698