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

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

Issue 7004050: [ChromeOS] Enable hovering effect for "not configured" network. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates after discussion with chocobo Created 9 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 | chrome/browser/resources/options/chromeos/internet_options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/internet_network_element.js
diff --git a/chrome/browser/resources/options/chromeos/internet_network_element.js b/chrome/browser/resources/options/chromeos/internet_network_element.js
index 8dfc37d955a85c269d9af5c6d39571d857534d01..f2569a0e47dd793d9e4e7552c7fb079007d734c2 100644
--- a/chrome/browser/resources/options/chromeos/internet_network_element.js
+++ b/chrome/browser/resources/options/chromeos/internet_network_element.js
@@ -154,8 +154,9 @@ cr.define('options.internet', function() {
/** @inheritDoc */
decorate: function() {
this.className = 'network-item';
- this.connected = this.data.connected;
this.connectable = this.data.connectable;
+ this.connected = this.data.connected;
+ this.connecting = this.data.connecting;
this.other = this.data.servicePath == '?';
this.id = this.data.servicePath;
// textDiv holds icon, name and status text.
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698