| Index: chrome/browser/ui/webui/html_dialog_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/html_dialog_ui.cc (revision 127670)
|
| +++ chrome/browser/ui/webui/html_dialog_ui.cc (working copy)
|
| @@ -104,14 +104,6 @@
|
| ExternalHtmlDialogUI::~ExternalHtmlDialogUI() {
|
| }
|
|
|
| -std::string HtmlDialogUIDelegate::GetDialogName() const {
|
| - return std::string();
|
| -}
|
| -
|
| -void HtmlDialogUIDelegate::GetMinimumDialogSize(gfx::Size* size) const {
|
| - GetDialogSize(size);
|
| -}
|
| -
|
| bool HtmlDialogUIDelegate::HandleContextMenu(
|
| const content::ContextMenuParams& params) {
|
| return false;
|
|
|