diff options
Diffstat (limited to 'extensions/common')
-rw-r--r-- | extensions/common/api/vpn_provider.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/common/api/vpn_provider.idl b/extensions/common/api/vpn_provider.idl index ef0e947..a826522 100644 --- a/extensions/common/api/vpn_provider.idl +++ b/extensions/common/api/vpn_provider.idl @@ -83,7 +83,8 @@ namespace vpnProvider { // The callback is used by <code>createConfig</code> to signal completion. // The callback is called with <code>chrome.runtime.lastError</code> set to // an error code if there is an error. - // |id|: A unique ID for the created configuration, empty string on failure. + // |id|: A unique ID for the created configuration, or <code>undefined</code> + // on failure. [inline_doc] callback CreateConfigCompleteCallback = void (DOMString id); interface Functions { |