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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary.js

Issue 2819253002: Internet: Show device enabling and scanning states (Closed)
Patch Set: Rebase Created 3 years, 8 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
Index: chrome/browser/resources/settings/internet_page/network_summary.js
diff --git a/chrome/browser/resources/settings/internet_page/network_summary.js b/chrome/browser/resources/settings/internet_page/network_summary.js
index b2e88520435ed78991da7e633d6b48883a90c08c..10ed729aa97405b8d61ce640017c7133ee77305c 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary.js
+++ b/chrome/browser/resources/settings/internet_page/network_summary.js
@@ -276,7 +276,7 @@ Polymer({
newDeviceStates[state.Type] = state;
}
} else {
- newDeviceStates = this.deviceStates;
+ newDeviceStates = Object.assign({}, this.deviceStates);
}
// Clear any current networks.
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/internet_page/network_summary_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698