| 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.
|
|
|