| Index: chrome/browser/ui/webui/html_dialog_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/html_dialog_ui.cc (revision 121660)
|
| +++ chrome/browser/ui/webui/html_dialog_ui.cc (working copy)
|
| @@ -103,7 +103,8 @@
|
| ExternalHtmlDialogUI::~ExternalHtmlDialogUI() {
|
| }
|
|
|
| -bool HtmlDialogUIDelegate::HandleContextMenu(const ContextMenuParams& params) {
|
| +bool HtmlDialogUIDelegate::HandleContextMenu(
|
| + const content::ContextMenuParams& params) {
|
| return false;
|
| }
|
|
|
|
|