Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 14668467c6a1ea0323314ef3958114f5c42b4cfe..579b1d04ce095bba9b0e67ead35876c8417e486c 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -437,8 +437,8 @@ class Browser : public TabHandlerDelegate, |
| // delegate who knows how to display the dialog (which file URL and JSON |
| // string input to use during initialization). |parent_window| is the window |
| // that should be parent of the dialog, or NULL for the default. |
| - void BrowserShowHtmlDialog(HtmlDialogUIDelegate* delegate, |
| - gfx::NativeWindow parent_window); |
| + gfx::NativeWindow BrowserShowHtmlDialog(HtmlDialogUIDelegate* delegate, |
|
xiyuan
2011/08/11 16:36:47
nit: Update comments above for the return value?
yoshiki
2011/08/16 02:13:30
Done.
|
| + gfx::NativeWindow parent_window); |
| // Called when a popup select is about to be displayed. |
| void BrowserRenderWidgetShowing(); |