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

Unified Diff: chrome/browser/resources/options/chromeos_internet_network_element.js

Issue 4162004: Prevented access to WEP passphrase from UI. Fixed forget network button in se... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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: chrome/browser/resources/options/chromeos_internet_network_element.js
===================================================================
--- chrome/browser/resources/options/chromeos_internet_network_element.js (revision 64860)
+++ chrome/browser/resources/options/chromeos_internet_network_element.js (working copy)
@@ -226,7 +226,7 @@
}
} else {
// Put "Forget this network" button.
- var button = this.createButton_('forget_button',
+ var button = this.createButton_('forget_button', 'forget',
function(e) {
chrome.send('buttonClickCallback',
[String(self.data.networkType),

Powered by Google App Engine
This is Rietveld 408576698