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

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

Issue 10411036: Separate BrowserWindow from Panel class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac unit_tests compile Created 8 years, 7 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 340b897d43b79c295aedf603daab20bfc360a21c..9394711fc1c06edcf53e0b711d7bf501120aabdb 100644
--- a/chrome/browser/ui/panels/native_panel.h
+++ b/chrome/browser/ui/panels/native_panel.h
@@ -9,10 +9,12 @@
#include "chrome/browser/ui/panels/panel.h"
#include "ui/gfx/native_widget_types.h"
+class Browser;
class FindBar;
class NativePanelTesting;
namespace content {
+struct NativeWebKeyboardEvent;
class WebContents;
}
@@ -32,6 +34,7 @@ class Rect;
// use Panel in all the method names to avoid collisions.
class NativePanel {
friend class Panel;
+ friend class PanelBrowserWindow;
friend class PanelBrowserTest;
protected:

Powered by Google App Engine
This is Rietveld 408576698