From 5e19e6be8418668ad8f120dd3452eaf3ac32431a Mon Sep 17 00:00:00 2001 From: "noelallen@google.com" Date: Thu, 25 Aug 2011 23:19:02 +0000 Subject: Fix incorrect API version information. Several IDL files contain references to M13 which are unused. This causes the generator to use M13 instead of M14 as the version number for the unchanged interface. This CL removes the unused references to M13 in the IDL, and pushes the updated set of '*.h' removing the unused #define of the unused version string. BUG= http://code.google.com/p/chromium/issues/detail?id=94201 TEST= compile + try R= brettw@chromium.org Review URL: http://codereview.chromium.org/7748012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98348 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/api/ppp_messaging.idl | 2 -- 1 file changed, 2 deletions(-) (limited to 'ppapi/api/ppp_messaging.idl') diff --git a/ppapi/api/ppp_messaging.idl b/ppapi/api/ppp_messaging.idl index 09643e9..4351423 100644 --- a/ppapi/api/ppp_messaging.idl +++ b/ppapi/api/ppp_messaging.idl @@ -11,7 +11,6 @@ */ label Chrome { - M13 = 0.1, M14 = 1.0 }; @@ -20,7 +19,6 @@ label Chrome { * that you must implement to handle postMessage events on the associated * DOM element. */ -[version=0.1] interface PPP_Messaging { /** * HandleMessage() is a function that the browser calls when PostMessage() -- cgit v1.1