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

Unified Diff: components/web_modal/web_contents_modal_dialog_manager.h

Issue 290693002: Remove the unused close_on_interstitial_webui setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. Created 6 years, 7 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
« no previous file with comments | « no previous file | components/web_modal/web_contents_modal_dialog_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_modal/web_contents_modal_dialog_manager.h
diff --git a/components/web_modal/web_contents_modal_dialog_manager.h b/components/web_modal/web_contents_modal_dialog_manager.h
index 326b4c14a10ab5cbf2c9939be78c0a7282a29013..753130158cbab471866ba2e738b5a6abd0ee71f6 100644
--- a/components/web_modal/web_contents_modal_dialog_manager.h
+++ b/components/web_modal/web_contents_modal_dialog_manager.h
@@ -49,10 +49,6 @@ class WebContentsModalDialogManager
// this function.
void FocusTopmostDialog();
- // Set to true to close the window when a page load starts on the WebContents.
- void SetCloseOnInterstitialPage(NativeWebContentsModalDialog dialog,
- bool close);
-
// Overriden from SingleWebContentsDialogManagerDelegate:
virtual content::WebContents* GetWebContents() const OVERRIDE;
// Called when a WebContentsModalDialogs we own is about to be closed.
@@ -86,7 +82,6 @@ class WebContentsModalDialogManager
NativeWebContentsModalDialog dialog;
scoped_ptr<SingleWebContentsDialogManager> manager;
- bool close_on_interstitial_webui;
};
typedef std::deque<DialogState*> WebContentsModalDialogList;
« no previous file with comments | « no previous file | components/web_modal/web_contents_modal_dialog_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698