| Index: third_party/closure_compiler/externs/chrome_extensions.js
|
| diff --git a/third_party/closure_compiler/externs/chrome_extensions.js b/third_party/closure_compiler/externs/chrome_extensions.js
|
| index c95f90e7ec33dffd4710416c9612d2fa124ff166..de773292262a2fb875579ca10e573ce251755e6d 100644
|
| --- a/third_party/closure_compiler/externs/chrome_extensions.js
|
| +++ b/third_party/closure_compiler/externs/chrome_extensions.js
|
| @@ -8309,6 +8309,13 @@ chrome.networkingPrivate.createNetwork =
|
|
|
|
|
| /**
|
| + * @param {string} guid
|
| + * @param {function()=} opt_callback
|
| + */
|
| +chrome.networkingPrivate.forgetNetwork = function(guid, opt_callback) {};
|
| +
|
| +
|
| +/**
|
| * @param {!chrome.networkingPrivate.NetworkFilter} filter
|
| * @param {function(!Array.<!Object>)=} opt_callback
|
| */
|
|
|