Index: ash/frame/default_header_painter.h |
diff --git a/ash/frame/default_header_painter.h b/ash/frame/default_header_painter.h |
index 8be189160f64e3586c8733bd32eed8cebec33525..1c5f9799c03beec9e3a2f9d2bdf8dec9a6b8c5b2 100644 |
--- a/ash/frame/default_header_painter.h |
+++ b/ash/frame/default_header_painter.h |
@@ -88,9 +88,6 @@ class ASH_EXPORT DefaultHeaderPainter : public HeaderPainter, |
// Returns whether the frame uses custom frame coloring. |
bool UsesCustomFrameColors() const; |
- // Returns the frame color to use when |frame_| is inactive. |
- SkColor GetInactiveFrameColor() const; |
- |
views::Widget* frame_; |
views::View* view_; |
views::View* left_header_view_; // May be NULL. |