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

Unified Diff: chrome/browser/ui/views/constrained_window_views.h

Issue 321193003: Fix print preview dialog for <webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac import Created 6 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: chrome/browser/ui/views/constrained_window_views.h
diff --git a/chrome/browser/ui/views/constrained_window_views.h b/chrome/browser/ui/views/constrained_window_views.h
index 8b919e1705b74181f67df50ec9999a1a861f4ff0..e83429af5bfbe886310ed7cc2a0a42f0e20714a0 100644
--- a/chrome/browser/ui/views/constrained_window_views.h
+++ b/chrome/browser/ui/views/constrained_window_views.h
@@ -33,8 +33,9 @@ void UpdateBrowserModalDialogPosition(
web_modal::ModalDialogHost* dialog_host);
// Calls CreateWebModalDialogViews, shows the dialog, and returns its widget.
-views::Widget* ShowWebModalDialogViews(views::WidgetDelegate* dialog,
- content::WebContents* web_contents);
+views::Widget* ShowWebModalDialogViews(
+ views::WidgetDelegate* dialog,
+ content::WebContents* initiator_web_contents);
// Create a widget for |dialog| that is modal to |web_contents|.
views::Widget* CreateWebModalDialogViews(views::WidgetDelegate* dialog,

Powered by Google App Engine
This is Rietveld 408576698