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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.h

Issue 7790020: Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/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;

Powered by Google App Engine
This is Rietveld 408576698