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 e6b72768512a286b5fd74a22fac50fffd2363ce8..45259380fcc1c17fd5a300f38e8fada179746de7 100644 |
--- a/chrome/browser/ui/panels/panel_browser_view.h |
+++ b/chrome/browser/ui/panels/panel_browser_view.h |
@@ -15,6 +15,7 @@ |
class Browser; |
class Panel; |
+class NativePanelTestingWin; |
class PanelBrowserFrameView; |
namespace ui { |
class SlideAnimation; |
@@ -23,8 +24,8 @@ class SlideAnimation; |
// A browser view that implements Panel specific behavior. |
class PanelBrowserView : public BrowserView, |
public NativePanel, |
- public NativePanelTesting, |
public ui::AnimationDelegate { |
+ friend class NativePanelTestingGtk; |
jianli
2011/08/09 21:10:23
Should it be NativePanelTestingWin? Also it would
prasadt
2011/08/09 23:05:04
Done.
|
public: |
PanelBrowserView(Browser* browser, Panel* panel, const gfx::Rect& bounds); |
virtual ~PanelBrowserView(); |
@@ -90,7 +91,6 @@ class PanelBrowserView : public BrowserView, |
virtual bool IsDrawingAttention() const OVERRIDE; |
virtual Browser* GetPanelBrowser() const OVERRIDE; |
virtual void DestroyPanelBrowser() OVERRIDE; |
- virtual NativePanelTesting* GetNativePanelTesting() OVERRIDE; |
// Overridden from AnimationDelegate: |
virtual void AnimationProgressed(const ui::Animation* animation) OVERRIDE; |