diff options
Diffstat (limited to 'chrome/browser/ui/webui/constrained_web_dialog_ui.h')
-rw-r--r-- | chrome/browser/ui/webui/constrained_web_dialog_ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_ui.h b/chrome/browser/ui/webui/constrained_web_dialog_ui.h index 958fd01..62c9a8b 100644 --- a/chrome/browser/ui/webui/constrained_web_dialog_ui.h +++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.h @@ -99,8 +99,8 @@ ConstrainedWebDialogDelegate* ShowConstrainedWebDialog( content::WebContents* overshadowed); // Create and show a constrained HTML dialog with auto-resize enabled. The -// dialog is shown automatically with a call to PopupManager->ShowModalDialog() -// after document load has completed to avoid UI jankiness. +// dialog is shown automatically after document load has completed to avoid UI +// jankiness. // |browser_context| is used to construct the dialog's WebContents. // |delegate| controls the behavior of the dialog. // |overshadowed| is the tab being overshadowed by the dialog. |