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

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 (cleanup of shill) 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
« no previous file with comments | « ash/common/system/tray/tri_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
+}
+
views::View* TriView::GetContainer(Container container) {
return child_at(static_cast<int>(container));
}
« no previous file with comments | « ash/common/system/tray/tri_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698