Chromium Code Reviews| Index: ash/system/tray/tray_bubble_view.h |
| diff --git a/ash/system/tray/tray_bubble_view.h b/ash/system/tray/tray_bubble_view.h |
| index de8b8385ff1a3c677157bb25d104fb18f60e0553..35fd362bbd50638e41f33c847ce567c43c46d822 100644 |
| --- a/ash/system/tray/tray_bubble_view.h |
| +++ b/ash/system/tray/tray_bubble_view.h |
| @@ -77,6 +77,7 @@ class TrayBubbleView : public views::BubbleDelegateView { |
| int bubble_width; |
| int max_height; |
| bool can_activate; |
| + bool close_on_deactivate; |
| int arrow_offset; |
| SkColor arrow_color; |
| }; |