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

Unified Diff: content/renderer/message_delivery_policy.h

Issue 1126963006: Move VISUAL_STATE promise to activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Current state (presubmit warnings, cc_unittests tests failing) Created 5 years, 7 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/renderer/message_delivery_policy.h
diff --git a/content/renderer/message_delivery_policy.h b/content/renderer/message_delivery_policy.h
index 4ad9b2f1a11dd100b15dc366a388a102dd49b901..f7c7936a7dededa088b4f5663c6308a156565e3c 100644
--- a/content/renderer/message_delivery_policy.h
+++ b/content/renderer/message_delivery_policy.h
@@ -18,6 +18,10 @@ enum MessageDeliveryPolicy {
// If the swap is optimized out, the message is sent using regular IPC.
// If the swap fails the message remains enqueued.
MESSAGE_DELIVERY_POLICY_WITH_NEXT_SWAP,
+ // The message will be delivered with the activation of the frame
+ // correspnding to the current state of the DOM at the time the
+ // request was queued.
+ MESSAGE_DELIVERY_POLICY_WITH_ACTIVATION,
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698