Index: chrome/browser/ui/webui/constrained_web_dialog_ui.h |
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_ui.h b/chrome/browser/ui/webui/constrained_web_dialog_ui.h |
index 98a6af6f0ca7d02fd5cd749a9b378c3679cde711..de28f1ad6c22ca20a1f46fe3f9acaeefc878fcea 100644 |
--- a/chrome/browser/ui/webui/constrained_web_dialog_ui.h |
+++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.h |
@@ -82,15 +82,10 @@ class ConstrainedWebDialogUI : public content::WebUIController { |
// |browser_context| is used to construct the constrained HTML dialog's |
// WebContents. |
// |delegate| controls the behavior of the dialog. |
-// |tab_delegate| is optional, pass one in to use a custom |
-// WebDialogWebContentsDelegate with the dialog, or NULL to |
-// use the default one. The dialog takes ownership of |
-// |tab_delegate|. |
// |overshadowed| is the tab being overshadowed by the dialog. |
ConstrainedWebDialogDelegate* CreateConstrainedWebDialog( |
content::BrowserContext* browser_context, |
ui::WebDialogDelegate* delegate, |
- ui::WebDialogWebContentsDelegate* tab_delegate, |
content::WebContents* overshadowed); |
#endif // CHROME_BROWSER_UI_WEBUI_CONSTRAINED_WEB_DIALOG_UI_H_ |