Index: ui/web_dialogs/web_dialog_ui.cc |
diff --git a/ui/web_dialogs/web_dialog_ui.cc b/ui/web_dialogs/web_dialog_ui.cc |
index 5f8709639f08f43bbbcee7ca413101f51683cd81..d4f0740f109aa90072441b50c49b2e6d6f278a4f 100644 |
--- a/ui/web_dialogs/web_dialog_ui.cc |
+++ b/ui/web_dialogs/web_dialog_ui.cc |
@@ -110,7 +110,7 @@ void WebDialogUI::OnDialogClosed(const ListValue* args) { |
if (args && !args->empty() && !args->GetString(0, &json_retval)) |
NOTREACHED() << "Could not read JSON argument"; |
- delegate->OnDialogClosed(json_retval); |
+ delegate->OnDialogCloseFromWebUI(json_retval); |
} |
} |