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

Unified Diff: ui/chromeos/network/network_list.h

Issue 811623002: Add logging for slow device events, limit network UI update rate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch_441650
Patch Set: Feedback Created 6 years 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 | « ui/chromeos/DEPS ('k') | ui/chromeos/network/network_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_list.h
diff --git a/ui/chromeos/network/network_list.h b/ui/chromeos/network/network_list.h
index ca98f5d8475540971ccebe765f4f40e22d509b08..1d4632d7ed15df955b963a0372499bf47f7722e5 100644
--- a/ui/chromeos/network/network_list.h
+++ b/ui/chromeos/network/network_list.h
@@ -44,8 +44,13 @@ class UI_CHROMEOS_EXPORT NetworkListView
private:
void UpdateNetworks(
const chromeos::NetworkStateHandler::NetworkStateList& networks);
+ void UpdateNetworkIcons();
void UpdateNetworkListInternal();
+ void HandleRelayout();
bool UpdateNetworkListEntries(std::set<std::string>* new_service_paths);
+ bool UpdateNetworkChildren(std::set<std::string>* new_service_paths,
+ int* child_index,
+ bool highlighted);
bool UpdateNetworkChild(int index, const NetworkInfo* info);
bool PlaceViewAtIndex(views::View* view, int index);
bool UpdateInfoLabel(int message_id, int index, views::Label** label);
« no previous file with comments | « ui/chromeos/DEPS ('k') | ui/chromeos/network/network_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698