| 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);
|
|
|