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

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: remove unused constant 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().
prasadt 2011/09/21 16:54:15 We don't compile the implementation of GetInstance
jennb 2011/09/21 17:48:19 The build break was because there was no implement
Dmitry Titov 2011/09/21 20:38:51 Indeed. With GetInstance() implemented on all plat
prasadt1 2011/09/21 21:33:15 True but "all platforms" seems to be a bit of a mo
dcheng 2011/09/21 22:12:41 Just my two cents, but testing in general seems li
static PanelMouseWatcher* GetPanelMouseWatcherInstance();
// clang gives error on delete if the destructor is not virtual.

Powered by Google App Engine
This is Rietveld 408576698