| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index a2e1eb0d016b966f6fa78dae72c1ec36256d7a06..de62398f50cc4087f777b791b8b7ff79873ab3df 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -429,9 +429,6 @@ bool Panel::IsActive() const {
|
| return native_panel_->IsPanelActive();
|
| }
|
|
|
| -void Panel::SetDraggableRegion(SkRegion* region) {
|
| -}
|
| -
|
| void Panel::FlashFrame(bool draw_attention) {
|
| if (IsDrawingAttention() == draw_attention || !panel_strip_)
|
| return;
|
|
|