| Index: chrome/browser/ui/webui/constrained_web_dialog_ui.cc | 
| diff --git a/chrome/browser/ui/webui/constrained_web_dialog_ui.cc b/chrome/browser/ui/webui/constrained_web_dialog_ui.cc | 
| index b6f94fc0f48f6c5bff0c28a8b79c1db55714e673..41c21de5a2f0511ce421cf90e98238ba38294415 100644 | 
| --- a/chrome/browser/ui/webui/constrained_web_dialog_ui.cc | 
| +++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.cc | 
| @@ -67,8 +67,8 @@ void ConstrainedWebDialogUI::RenderViewCreated( | 
| web_ui()->AddMessageHandler(*it); | 
| } | 
|  | 
| -  // Add a "DialogClose" callback which matches WebDialogUI behavior. | 
| -  web_ui()->RegisterMessageCallback("DialogClose", | 
| +  // Add a "dialogClose" callback which matches WebDialogUI behavior. | 
| +  web_ui()->RegisterMessageCallback("dialogClose", | 
| base::Bind(&ConstrainedWebDialogUI::OnDialogCloseMessage, | 
| base::Unretained(this))); | 
|  | 
|  |