Commit 35324778 authored by stevenjb@google.com's avatar stevenjb@google.com

Call correct callback in preferred_networks.js

BUG=chromium-os:27181
TEST=Forget a network on a chromeos device; confirm that network is forgotten after reloading UI and after restart.
TBR=jhawkins for options2 owner

Review URL: https://chromiumcodereview.appspot.com/10392185

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138288 0039d316-1c4b-4281-b951-d872f2087c98
parent 7efa5fbd
......@@ -124,7 +124,7 @@ cr.define('options', function() {
var item = this.dataModel.item(index);
if (item) {
// Inform the network library that we are forgetting this network.
chrome.send('buttonClickCallback',
chrome.send('networkCommand',
[String(item.networkType),
item.servicePath,
'forget']);
......
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