| Index: extensions/common/api/vpn_provider.idl
|
| diff --git a/extensions/common/api/vpn_provider.idl b/extensions/common/api/vpn_provider.idl
|
| index 75bd873ccee42db52853a55444dad79be573ccaf..9399f48e1bab4b9e22fe2a8ea51a93d3106e4579 100644
|
| --- a/extensions/common/api/vpn_provider.idl
|
| +++ b/extensions/common/api/vpn_provider.idl
|
| @@ -63,7 +63,7 @@ namespace vpnProvider {
|
| // VPN configuration disconnected.
|
| disconnected,
|
| // An error occurred in VPN connection, for example a timeout. A description
|
| - // of the error is give as the <ahref="#property-onPlatformMessage-error">
|
| + // of the error is given as the <a href="#property-onPlatformMessage-error">
|
| // error argument to onPlatformMessage</a>.
|
| error,
|
| // The default physical network connection is down.
|
| @@ -158,7 +158,9 @@ namespace vpnProvider {
|
| // Triggered when a message is received from the platform for a
|
| // VPN configuration owned by the extension.
|
| // |id|: ID of the configuration the message is intended for.
|
| - // |message|: The message received from the platform.
|
| + // |message|: The message received from the platform. Note that new
|
| + // message types may be added in future Chrome versions to support new
|
| + // features.
|
| // |error|: Error message when there is an error.
|
| static void onPlatformMessage(DOMString id,
|
| PlatformMessage message,
|
|
|