| Index: chrome/browser/ui/panels/panel_browser_view.h
|
| diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h
|
| index e4fa817a0e4e5eb88a79099f7b7406e047246ea7..3f539f65e9411778994e57e93d3c7b12ff1c2d4b 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_view.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_view.h
|
| @@ -180,10 +180,6 @@ class PanelBrowserView : public BrowserView,
|
| // Is the panel in highlighted state to draw people's attention?
|
| bool is_drawing_attention_;
|
|
|
| - // Timestamp to prevent minimizing the panel when the user clicks the titlebar
|
| - // to clear the attension state.
|
| - base::TimeTicks attention_cleared_time_;
|
| -
|
| // The last view that had focus in the panel. This is saved so that focus can
|
| // be restored properly when a drag ends.
|
| views::View* old_focused_view_;
|
|
|