Index: components/web_modal/popup_manager.h |
diff --git a/components/web_modal/popup_manager.h b/components/web_modal/popup_manager.h |
index 9d0c9fb7216e3af5bdb04295be6be9f7815a09fe..7d9ae9928dcacaf192654ac1446f7e26449cb165 100644 |
--- a/components/web_modal/popup_manager.h |
+++ b/components/web_modal/popup_manager.h |
@@ -67,6 +67,8 @@ class PopupManager : public SinglePopupManagerDelegate { |
void RegisterWith(content::WebContents* web_contents); |
void UnregisterWith(content::WebContents* web_contents); |
+ WebContentsModalDialogHost* host() { return host_; } |
+ |
// DEPRECATED. |
virtual void CloseAllDialogsForTesting(content::WebContents* web_contents); |