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

Unified Diff: chrome/browser/ui/webui/constrained_html_ui.h

Issue 7867007: content: Resubmit "Move constrained html windows to TabContentsWrapper." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/webui/constrained_html_ui.h
diff --git a/chrome/browser/ui/webui/constrained_html_ui.h b/chrome/browser/ui/webui/constrained_html_ui.h
index 08c6801d37a192806ca9207bdbf7fbe61553efc4..cb0d4e81394aad86e887529d51aa46c737361030 100644
--- a/chrome/browser/ui/webui/constrained_html_ui.h
+++ b/chrome/browser/ui/webui/constrained_html_ui.h
@@ -16,6 +16,7 @@ class HtmlDialogUIDelegate;
class Profile;
class RenderViewHost;
class TabContents;
+class TabContentsWrapper;
class ConstrainedHtmlUIDelegate {
public:
@@ -45,7 +46,7 @@ class ConstrainedHtmlUI : public ChromeWebUI {
static ConstrainedWindow* CreateConstrainedHtmlDialog(
Profile* profile,
HtmlDialogUIDelegate* delegate,
- TabContents* overshadowed);
+ TabContentsWrapper* overshadowed);
// Returns a property accessor that can be used to set the
// ConstrainedHtmlUIDelegate property on a TabContents.
« no previous file with comments | « chrome/browser/ui/webui/collected_cookies_ui_delegate.cc ('k') | chrome/browser/ui/webui/constrained_html_ui_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698