summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 03:02:51 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 03:02:51 +0000
commit4f2c9c3f70ac0779bc6b42216ff2411541cc7763 (patch)
treece0e1407827d79e1ec0ac0036050e3962fe7ee67 /webkit/glue
parent06b393155ae3d5c407a546c3fc2fe0dbd8f25bed (diff)
downloadchromium_src-4f2c9c3f70ac0779bc6b42216ff2411541cc7763.zip
chromium_src-4f2c9c3f70ac0779bc6b42216ff2411541cc7763.tar.gz
chromium_src-4f2c9c3f70ac0779bc6b42216ff2411541cc7763.tar.bz2
[Web Intents] Add return pathways for picker-close and service-close.
R=groby@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/8348024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/web_intent_reply_data.h6
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