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

Unified Diff: chrome/browser/resources/options/chromeos/network_list.js

Issue 1021103002: Fix closure compiler in network_list.js. (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
« 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: chrome/browser/resources/options/chromeos/network_list.js
diff --git a/chrome/browser/resources/options/chromeos/network_list.js b/chrome/browser/resources/options/chromeos/network_list.js
index ab2bd3f79aa913e9862fcc34d904f8178159bc23..6f244057ad95361a47526ad780dadd1b1e368fea 100644
--- a/chrome/browser/resources/options/chromeos/network_list.js
+++ b/chrome/browser/resources/options/chromeos/network_list.js
@@ -1300,7 +1300,8 @@ cr.define('options.network', function() {
entries.push({
label: loadTimeData.getStringF('addConnectionVPNTemplate',
providers[i].name),
- command: createVPNConnectionCallback_(providers[i].extensionID),
+ command: createVPNConnectionCallback_(
+ providers[i].extensionID || undefined),
data: {}
});
}
« 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