Index: webkit/glue/web_intent_reply_data.h |
diff --git a/webkit/glue/web_intent_reply_data.h b/webkit/glue/web_intent_reply_data.h |
index 25688d1dec9a57366efa64b523d0fcf19fef289a..5be730d86be55955ebe949242d2badb0dbcf8ae0 100644 |
--- a/webkit/glue/web_intent_reply_data.h |
+++ b/webkit/glue/web_intent_reply_data.h |
@@ -12,6 +12,9 @@ namespace webkit_glue { |
// Constant values use to indicate what type of reply the caller is getting from |
// the web intents service page. |
enum WebIntentReplyType { |
+ // Invalid type. Use to initialize reply types. |
+ WEB_INTENT_REPLY_INVALID, |
+ |
// Sent for a reply message (success). |
WEB_INTENT_REPLY_SUCCESS, |