Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: ppapi/api/ppp_messaging.idl

Issue 7748012: Fix incorrect API version information. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/api/ppp_messaging.idl
===================================================================
--- ppapi/api/ppp_messaging.idl (revision 98174)
+++ ppapi/api/ppp_messaging.idl (working copy)
@@ -11,7 +11,6 @@
*/
label Chrome {
- M13 = 0.1,
M14 = 1.0
};
@@ -20,7 +19,6 @@
* 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()
« no previous file with comments | « ppapi/api/ppb_var.idl ('k') | ppapi/c/ppb_audio.h » ('j') | ppapi/c/ppb_instance.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698