From 8830998f7436edb5aabd1a3465d7ba5e7b77fd05 Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Mon, 13 Apr 2009 15:46:41 +0000 Subject: Hook up a bit more plumbing to ExtensionView which should allow popup windows and widgets to work.Add in a quick hack that lets you bring up the web inspector. Review URL: http://codereview.chromium.org/67029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13595 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/hwnd_html_view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/views/hwnd_html_view.h') diff --git a/chrome/browser/views/hwnd_html_view.h b/chrome/browser/views/hwnd_html_view.h index 9a55496..3176551 100644 --- a/chrome/browser/views/hwnd_html_view.h +++ b/chrome/browser/views/hwnd_html_view.h @@ -35,6 +35,8 @@ class HWNDHtmlView : public views::HWNDView { // opportunity to do some setup. virtual void CreatingRenderer() {} + SiteInstance* site_instance() { return site_instance_; } + private: // Initialize the view, parented to |parent|, and show it. void Init(HWND parent); -- cgit v1.1