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..174ef0d67651c08c5bc4a12b51beff7b2239a9a8 100644 |
--- a/webkit/glue/web_intent_reply_data.h |
+++ b/webkit/glue/web_intent_reply_data.h |
@@ -23,6 +23,9 @@ enum WebIntentReplyType { |
// Sent if the service contents is closed without any response being sent. |
WEB_INTENT_SERVICE_CONTENTS_CLOSED, |
+ |
+ // Invalid type. Use to initialize reply types. |
+ WEB_INTENT_REPLY_INVALID, |
James Hawkins
2012/05/16 23:18:31
nit: This should be the first type, so that if the
groby-ooo-7-16
2012/05/16 23:52:02
Done.
|
}; |
} // namespace webkit_glue |