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

Unified Diff: components/web_modal/web_contents_modal_dialog_manager.h

Issue 2087643003: Move web modal dialog manager files into the constrained_window component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase? Created 4 years, 6 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: 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 6505301c215f73fa3e250b800f239dd3de988208..dab650361d9c89e10cc8d4d06fd81d92ed02a197 100644
--- a/components/web_modal/web_contents_modal_dialog_manager.h
+++ b/components/web_modal/web_contents_modal_dialog_manager.h
@@ -33,10 +33,6 @@ class WebContentsModalDialogManager
gfx::NativeWindow dialog,
SingleWebContentsDialogManagerDelegate* native_delegate);
- // Shows the dialog as a web contents modal dialog. The dialog will notify via
- // WillClose() when it is being destroyed.
- void ShowModalDialog(gfx::NativeWindow dialog);
-
// Allow clients to supply their own native dialog manager. Suitable for
// bubble clients.
void ShowDialogWithManager(

Powered by Google App Engine
This is Rietveld 408576698