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

Unified Diff: chrome/browser/resources/options2/chromeos/preferred_networks.js

Issue 10392185: Call correct callback in preferred_networks.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/options2/chromeos/preferred_networks.js
diff --git a/chrome/browser/resources/options2/chromeos/preferred_networks.js b/chrome/browser/resources/options2/chromeos/preferred_networks.js
index 5ee4dd2a5cdea8415e8391b345d162f010562c91..6c875d771064f95e7a58cba0bd6c0ec1c915b101 100644
--- a/chrome/browser/resources/options2/chromeos/preferred_networks.js
+++ b/chrome/browser/resources/options2/chromeos/preferred_networks.js
@@ -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']);
« 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