Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index 4019d5d60667795dd561567993ffdf05cf8ac755..4c5dbadc620392ca00b2f1ed17b53fb55356decf 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -249,9 +249,8 @@ class BrowserWindow { |
// has confirmed. |
virtual void ConfirmBrowserCloseWithPendingDownloads() = 0; |
- // Shows a dialog box with HTML content, e.g. for Gears. |parent_window| is |
- // the window the dialog should be opened modal to and is a native window |
- // handle. |
+ // Shows a dialog box with HTML content. |parent_window| is the window the |
+ // dialog should be opened modal to and is a native window handle. |
virtual void ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
gfx::NativeWindow parent_window) = 0; |