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 0dc3411fd0c45b98e4af98e7435e1cc6914980a8..19cd90f99cc61a130d8187609f278b4d2057c64e 100644 |
--- a/third_party/closure_compiler/externs/chrome_extensions.js |
+++ b/third_party/closure_compiler/externs/chrome_extensions.js |
@@ -8328,6 +8328,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 |
*/ |