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

Unified Diff: ppapi/api/private/ppb_net_address_private.idl

Issue 11235016: Change the way we generate versions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | ppapi/c/private/ppb_net_address_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_net_address_private.idl
===================================================================
--- ppapi/api/private/ppb_net_address_private.idl (revision 163185)
+++ ppapi/api/private/ppb_net_address_private.idl (working copy)
@@ -8,6 +8,7 @@
*/
label Chrome {
+ M13 = 0.0,
M17 = 0.1,
M19_0 = 1.0,
M19_1 = 1.1
@@ -43,7 +44,7 @@
* The <code>PPB_NetAddress_Private</code> interface provides operations on
* network addresses.
*/
-interface PPB_NetAddress_Private {
+[version=0.1] interface PPB_NetAddress_Private {
/**
* Returns PP_TRUE if the two addresses are equal (host and port).
*/
« no previous file with comments | « no previous file | ppapi/c/private/ppb_net_address_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698