Chromium Code Reviews| Index: ppapi/api/ppb_network_monitor.idl |
| diff --git a/ppapi/api/private/ppb_network_monitor_private.idl b/ppapi/api/ppb_network_monitor.idl |
| similarity index 85% |
| rename from ppapi/api/private/ppb_network_monitor_private.idl |
| rename to ppapi/api/ppb_network_monitor.idl |
| index eae06a3b12ec48512ee46dd53eb9ac465921f550..f67523389d32eb3ad4dde4f109f00b200f347d0e 100644 |
| --- a/ppapi/api/private/ppb_network_monitor_private.idl |
| +++ b/ppapi/api/ppb_network_monitor.idl |
| @@ -4,20 +4,21 @@ |
| */ |
| /** |
| - * This file defines the <code>PPB_NetworkMonitor_Private</code> interface. |
| + * This file defines the <code>PPB_NetworkMonitor</code> interface. |
| */ |
| [generate_thunk] |
| label Chrome { |
| - M31 = 0.3 |
| + M31 = 1.0 |
| }; |
| + |
| /** |
| - * The <code>PPB_NetworkMonitor_Private</code> provides access to |
| - * notifications of network configuration changes. |
| + * The <code>PPB_NetworkMonitor</code> allows to get network interfaces |
| + * configuration and monitor network configuration changes. |
|
yzshen1
2013/09/19 07:56:12
Please talk about permission. As an example, you c
Sergey Ulanov
2013/09/20 01:17:56
Done.
|
| */ |
| -interface PPB_NetworkMonitor_Private { |
| +interface PPB_NetworkMonitor { |
| /** |
| * Creates a Network Monitor resource. |
| * |
| @@ -58,7 +59,7 @@ interface PPB_NetworkMonitor_Private { |
| * @param[in] resource A <code>PP_Resource</code> resource. |
| * |
| * @return Returns <code>PP_TRUE</code> if <code>resource</code> is |
| - * a <code>PPB_NetworkMonitor_Private</code>, <code>PP_FALSE</code> |
| + * a <code>PPB_NetworkMonitor</code>, <code>PP_FALSE</code> |
| * otherwise. |
|
yzshen1
2013/09/19 07:56:12
nit: merge to the previous line?
Sergey Ulanov
2013/09/20 01:17:56
Done.
|
| */ |
| PP_Bool IsNetworkMonitor([in] PP_Resource resource); |