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

Unified Diff: extensions/common/api/vpn_provider.idl

Issue 1838073003: Update vpnProvider documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698