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

Unified Diff: ash/common/system/tray/tri_view.cc

Issue 2530763002: [ash-md] Adjusts layout of lists with sticky header rows to match specs (Closed)
Patch Set: [ash-md] Adjusts layout of lists with sticky header rows to match specs (rebased) Created 4 years, 1 month 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/tray/tri_view.cc
diff --git a/ash/common/system/tray/tri_view.cc b/ash/common/system/tray/tri_view.cc
index ea2ca9327d8fc3a902f91dbca1a7114bd81c77b9..0c857ebd0f7cba0261d17f6e8c318821f8700ec6 100644
--- a/ash/common/system/tray/tri_view.cc
+++ b/ash/common/system/tray/tri_view.cc
@@ -126,6 +126,10 @@ void TriView::ViewHierarchyChanged(
}
}
+const char* TriView::GetClassName() const {
+ return "TriView";
+}
tdanderson 2016/11/24 23:37:54 Thanks!
varkha 2016/11/28 17:14:39 Acknowledged.
+
views::View* TriView::GetContainer(Container container) {
return child_at(static_cast<int>(container));
}

Powered by Google App Engine
This is Rietveld 408576698