Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index d98b7bd6fde767fb7b6fd6516e51aca21df4ae3f..9b9fd07b64f315c96f8783ea04eb829744596277 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -244,8 +244,8 @@ class BrowserWindow { |
// 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; |
+ virtual gfx::NativeWindow ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
+ gfx::NativeWindow parent_window) = 0; |
// ThemeService calls this when a user has changed his or her theme, |
// indicating that it's time to redraw everything. |