Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index cc1b4d816526747ce9fbadd6eac3597b2919c058..54c83dd53419377a3e61ac9f5e1a5812c8212540 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -261,9 +261,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; |