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

Unified Diff: third_party/closure_compiler/externs/chrome_extensions.js

Issue 1062653002: Fix some issues when building Closure runner.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 5026048f1b0e93b584d719973eba73cd03f12fe6..713f7d178eb78db0f4c3f6a510ff46b6aaa5b991 100644
--- a/third_party/closure_compiler/externs/chrome_extensions.js
+++ b/third_party/closure_compiler/externs/chrome_extensions.js
@@ -8548,7 +8548,7 @@ chrome.networkingPrivate.startDisconnect = function(guid, opt_callback) {};
* @param {function()=} opt_callback
*/
chrome.networkingPrivate.startActivate =
- function(guid, opt_carrierOrCallback, opt_callback) {};
+ function(guid, opt_carrierOrCallback, opt_callback) {};
/**

Powered by Google App Engine
This is Rietveld 408576698