| Index: ash/system/status_area_widget_delegate.h
|
| diff --git a/ash/system/status_area_widget_delegate.h b/ash/system/status_area_widget_delegate.h
|
| index 1d1be68e863ec3ab0ef16b29ff98f35a77ff846a..f15bbefe79fe27a2802912026b798918bc1e3ddb 100644
|
| --- a/ash/system/status_area_widget_delegate.h
|
| +++ b/ash/system/status_area_widget_delegate.h
|
| @@ -51,6 +51,8 @@ class ASH_EXPORT StatusAreaWidgetDelegate : public views::AccessiblePaneView,
|
| virtual void ChildPreferredSizeChanged(View* child) OVERRIDE;
|
|
|
| private:
|
| + void UpdateWidgetSize();
|
| +
|
| const FocusCycler* focus_cycler_for_testing_;
|
| ShelfAlignment alignment_;
|
|
|
|
|