| 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
|
|
|