| Index: ash/system/tray/tri_view.h
|
| diff --git a/ash/system/tray/tri_view.h b/ash/system/tray/tri_view.h
|
| index 86359aa73ded2550bd679a77dac9cec2284b5fe2..5c8ba61324ce2114fc4ebefd72ffb1d9a581fea3 100644
|
| --- a/ash/system/tray/tri_view.h
|
| +++ b/ash/system/tray/tri_view.h
|
| @@ -85,6 +85,9 @@ class ASH_EXPORT TriView : public views::View {
|
| // Adds the child |view| to the specified |container|.
|
| void AddView(Container container, views::View* view);
|
|
|
| + // Remove the child |view| from the specified |container|.
|
| + void RemoveView(Container container, views::View* view);
|
| +
|
| // Removes all the children from the specified |container|. If
|
| // |delete_children| is true, the views are deleted, unless marked as not
|
| // parent owned.
|
|
|