Chromium Code Reviews| 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. |