| Index: ash/common/frame/default_header_painter.cc
|
| diff --git a/ash/common/frame/default_header_painter.cc b/ash/common/frame/default_header_painter.cc
|
| index e21030bdb9ec79a56a4f7aa89e75c01fb675cb2a..659e5cd53122f760ae7ca603e28773aad94581d5 100644
|
| --- a/ash/common/frame/default_header_painter.cc
|
| +++ b/ash/common/frame/default_header_painter.cc
|
| @@ -206,14 +206,6 @@
|
| UpdateAllButtonImages();
|
| }
|
|
|
| -SkColor DefaultHeaderPainter::GetActiveFrameColor() const {
|
| - return active_frame_color_;
|
| -}
|
| -
|
| -SkColor DefaultHeaderPainter::GetInactiveFrameColor() const {
|
| - return inactive_frame_color_;
|
| -}
|
| -
|
| void DefaultHeaderPainter::UpdateLeftHeaderView(views::View* left_header_view) {
|
| left_header_view_ = left_header_view;
|
| }
|
|
|