summaryrefslogtreecommitdiffstats
path: root/chrome/browser/page_info_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/page_info_window.h')
-rw-r--r--chrome/browser/page_info_window.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/page_info_window.h b/chrome/browser/page_info_window.h
index 9246089..1e71ddd 100644
--- a/chrome/browser/page_info_window.h
+++ b/chrome/browser/page_info_window.h
@@ -42,6 +42,7 @@ class TabbedPane;
}
class NavigationEntry;
+class PageInfoContentView;
class PrefService;
class Profile;
class X509Certificate;
@@ -85,6 +86,7 @@ class PageInfoWindow : public ChromeViews::DialogDelegate,
virtual bool RestoreWindowPosition(CRect* bounds,
bool* maximized,
bool* always_on_top);
+ virtual ChromeViews::View* GetContentsView();
private:
ChromeViews::View* CreateGeneralTabView();
@@ -103,12 +105,12 @@ class PageInfoWindow : public ChromeViews::DialogDelegate,
// The id of the server cert for this page (0 means no cert).
int cert_id_;
+ // The page info contents.
+ PageInfoContentView* contents_;
+
// A counter of how many page info windows are currently opened.
static int opened_window_count_;
- // The Window
- ChromeViews::Window* window_;
-
DISALLOW_EVIL_CONSTRUCTORS(PageInfoWindow);
};