Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3340)

Unified Diff: chrome/browser/ui/panels/panel_browser_view.h

Issue 10106008: Change Panel titlebars to activate the panel on click (rather than minimize). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GTK changes Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698