| Index: ash/common/system/tray/tray_background_view.h
|
| diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h
|
| index 741417400d92b36e94da1bf267be46326569fde2..905a083cc86d6abb9895e8576d2b2ef253960cb8 100644
|
| --- a/ash/common/system/tray/tray_background_view.h
|
| +++ b/ash/common/system/tray/tray_background_view.h
|
| @@ -43,8 +43,6 @@
|
|
|
| void set_size(const gfx::Size& size) { size_ = size; }
|
|
|
| - void SetMargin(const gfx::Insets& margin);
|
| -
|
| // views::View:
|
| gfx::Size GetPreferredSize() const override;
|
|
|
| @@ -60,7 +58,6 @@
|
|
|
| ShelfAlignment alignment_;
|
| gfx::Size size_;
|
| - gfx::Insets margin_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TrayContainer);
|
| };
|
|
|