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

Unified Diff: ash/common/system/chromeos/network/network_state_list_detailed_view.h

Issue 2311093004: Bug fix to toggle Network scanning indicator for WiFi (Closed)
Patch Set: Bug fix to toggle Network scanning indicator for WiFi Created 4 years, 3 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: ash/common/system/chromeos/network/network_state_list_detailed_view.h
diff --git a/ash/common/system/chromeos/network/network_state_list_detailed_view.h b/ash/common/system/chromeos/network/network_state_list_detailed_view.h
index ce40930468e2b78a55a287cf089bc5a64ff21df0..d390d030cc4a5a8bcc92bcae3114cfbca0efcc59 100644
--- a/ash/common/system/chromeos/network/network_state_list_detailed_view.h
+++ b/ash/common/system/chromeos/network/network_state_list_detailed_view.h
@@ -121,8 +121,10 @@ class NetworkStateListDetailedView
// Track login state.
LoginStatus login_;
- // Track WiFi scanning state.
- bool wifi_scanning_;
+ // Tracks the WiFi scanning state to help detect if the state has changed. Use
+ // NetworkHandler::GetScanningByType() if you require the current wifi
+ // scanning state.
+ bool prev_wifi_scanning_state_;
views::ImageButton* info_icon_;

Powered by Google App Engine
This is Rietveld 408576698