Index: ppapi/c/ppp_messaging.h |
diff --git a/ppapi/c/ppp_messaging.h b/ppapi/c/ppp_messaging.h |
index 29a7976a411466a22ece5a34a6b9beae0699bfa0..c36ed968018cf358c6e5ab71a19363ad010b003d 100644 |
--- a/ppapi/c/ppp_messaging.h |
+++ b/ppapi/c/ppp_messaging.h |
@@ -9,7 +9,9 @@ |
struct PP_Var; |
-#define PPP_MESSAGING_INTERFACE "PPP_Messaging;0.1" |
+#define PPP_MESSAGING_INTERFACE_0_1 "PPP_Messaging;0.1" |
+#define PPP_MESSAGING_INTERFACE_1_0 "PPP_Messaging;1.0" |
+#define PPP_MESSAGING_INTERFACE PPP_MESSAGING_INTERFACE_1_0 |
/** |
* @file |