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 79a152c1a5a0848f96ecf7368f9495d021c057cd..ea36958a42680f00b0886ab748528e57ec23c6f4 100644 |
--- a/chrome/browser/ui/webui/constrained_web_dialog_ui.h |
+++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.h |
@@ -74,6 +74,7 @@ class ConstrainedWebDialogUI : public content::WebUIController { |
// Sets the delegate on the WebContents. |
static void SetConstrainedDelegate(content::WebContents* web_contents, |
ConstrainedWebDialogDelegate* delegate); |
+ static void ClearConstrainedDelegate(content::WebContents* web_contents); |
protected: |
// Returns the ConstrainedWebDialogDelegate saved with the WebContents. |