Index: chrome/browser/ui/panels/panel.cc |
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc |
index 093441155e38948442ece0fa7b4b547849626519..ca564d6197fb5ab5c346c46623620eb9e0f8132a 100644 |
--- a/chrome/browser/ui/panels/panel.cc |
+++ b/chrome/browser/ui/panels/panel.cc |
@@ -311,9 +311,10 @@ void Panel::ConfirmBrowserCloseWithPendingDownloads() { |
NOTIMPLEMENTED(); |
} |
-void Panel::ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
+gfx::NativeWindow Panel::ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
gfx::NativeWindow parent_window) { |
prasadt
2011/08/11 17:30:37
Fix indenting.
yoshiki
2011/08/16 02:13:30
Done.
|
NOTIMPLEMENTED(); |
+ return NULL; |
} |
void Panel::UserChangedTheme() { |