| Index: ash/system/network/network_list.cc
|
| diff --git a/ash/system/network/network_list.cc b/ash/system/network/network_list.cc
|
| index 735903f03a20381e8b2cefe9a23bfae49d4660b3..f0f1a929d8b59ae2b476b791a969ec7e8342b666 100644
|
| --- a/ash/system/network/network_list.cc
|
| +++ b/ash/system/network/network_list.cc
|
| @@ -135,7 +135,7 @@ class NetworkListView::SectionHeaderRowView : public views::View,
|
| void InitializeLayout() {
|
| TrayPopupUtils::ConfigureAsStickyHeader(this);
|
| SetLayoutManager(new views::FillLayout);
|
| - container_ = TrayPopupUtils::CreateSubHeaderRowView();
|
| + container_ = TrayPopupUtils::CreateSubHeaderRowView(false);
|
| AddChildView(container_);
|
|
|
| views::Label* label = TrayPopupUtils::CreateDefaultLabel();
|
|
|