Commit e8caff36 authored by Daichi Hirono's avatar Daichi Hirono

Fix closure compiler in network_list.js.

BUG=None
TEST=None
TBR=pneubeck@chromium.org

Review URL: https://codereview.chromium.org/1021103002

Cr-Commit-Position: refs/heads/master@{#321509}
parent ade5db8c
......@@ -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: {}
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment