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

Unified Diff: ash/system/network/network_list.cc

Issue 2831023003: Refactor AddScrollListItem() in system menu detailed views (Closed)
Patch Set: Rebased 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
« no previous file with comments | « ash/system/ime_menu/ime_list_view.cc ('k') | ash/system/network/vpn_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ash/system/ime_menu/ime_list_view.cc ('k') | ash/system/network/vpn_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698