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

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

Issue 7605009: Implement drag and drop testing in a platform independent way. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More code review feedback. Created 9 years, 4 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/panel_browser_window_gtk.h
diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.h b/chrome/browser/ui/panels/panel_browser_window_gtk.h
index 8e4e3baf14e142353eac56f90687aa96348078d9..e978b882aeaade9000fb4f6dbee2924afdad6412 100644
--- a/chrome/browser/ui/panels/panel_browser_window_gtk.h
+++ b/chrome/browser/ui/panels/panel_browser_window_gtk.h
@@ -9,11 +9,12 @@
#include "chrome/browser/ui/panels/native_panel.h"
class Panel;
+class NativePanelTestingGtk;
class PanelBrowserWindowGtk : public BrowserWindowGtk,
public NativePanel,
- public NativePanelTesting,
public MessageLoopForUI::Observer {
+ friend class NativePanelTestingGtk;
public:
PanelBrowserWindowGtk(Browser* browser, Panel* panel,
const gfx::Rect& bounds);
@@ -58,7 +59,6 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk,
virtual bool IsDrawingAttention() const OVERRIDE;
virtual Browser* GetPanelBrowser() const OVERRIDE;
virtual void DestroyPanelBrowser() OVERRIDE;
- virtual NativePanelTesting* GetNativePanelTesting() OVERRIDE;
private:
void SetBoundsImpl();

Powered by Google App Engine
This is Rietveld 408576698