summaryrefslogtreecommitdiffstats
path: root/ppapi/api/ppp_messaging.idl
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 23:19:02 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 23:19:02 +0000
commit5e19e6be8418668ad8f120dd3452eaf3ac32431a (patch)
treeed95ce399b9e23b2911a4618b4ddf8126f89cac8 /ppapi/api/ppp_messaging.idl
parentd538a01ed0074232f5f7dc41154506d141322ca9 (diff)
downloadchromium_src-5e19e6be8418668ad8f120dd3452eaf3ac32431a.zip
chromium_src-5e19e6be8418668ad8f120dd3452eaf3ac32431a.tar.gz
chromium_src-5e19e6be8418668ad8f120dd3452eaf3ac32431a.tar.bz2
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
Diffstat (limited to 'ppapi/api/ppp_messaging.idl')
-rw-r--r--ppapi/api/ppp_messaging.idl2
1 files changed, 0 insertions, 2 deletions
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()