| 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 25b5b4044e0c5acb3affb629c99b670186639e13..dd7c81fd1fbea8a3eb2e1b41a2ed86a43d6cd912 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_;
|
|
|
|
|