Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
=================================================================== |
--- chrome/browser/ui/tab_contents/tab_contents_wrapper.h (revision 98744) |
+++ chrome/browser/ui/tab_contents/tab_contents_wrapper.h (working copy) |
@@ -123,6 +123,7 @@ |
RenderViewHost* render_view_host() const { |
return tab_contents()->render_view_host(); |
} |
+ WebUI* web_ui() const { return tab_contents()->web_ui(); } |
Profile* profile() const; |