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

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

Issue 7981012: Add Mouse hover behavior to Mac Panels when minimized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cr feedback Created 9 years, 3 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/native_panel.h
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
index d25ae213c7a4f701fd19abd24679dff2b4b300e6..08d82e4df14e2f6b3003642b668c6579225eeaa6 100644
--- a/chrome/browser/ui/panels/native_panel.h
+++ b/chrome/browser/ui/panels/native_panel.h
@@ -87,6 +87,7 @@ class NativePanel {
class NativePanelTesting {
public:
static NativePanelTesting* Create(NativePanel* native_panel);
+ // TODO(dimich) Remove this method, there is PanelMouseWatcher::GetInstance().
static PanelMouseWatcher* GetPanelMouseWatcherInstance();
// clang gives error on delete if the destructor is not virtual.

Powered by Google App Engine
This is Rietveld 408576698