Chromium Code Reviews| 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)); |
| } |