diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/web_intent_reply_data.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/glue/web_intent_reply_data.h b/webkit/glue/web_intent_reply_data.h index 287dbe9..70a65ff 100644 --- a/webkit/glue/web_intent_reply_data.h +++ b/webkit/glue/web_intent_reply_data.h @@ -17,6 +17,12 @@ enum WebIntentReplyType { // Sent for a failure message. WEB_INTENT_REPLY_FAILURE, + + // Sent if the picker is cancelled without a selection being made. + WEB_INTENT_PICKER_CANCELLED, + + // Sent if the service tab is closed without any response being sent. + WEB_INTENT_SERVICE_TAB_CLOSED, }; } // namespace webkit_glue |