| 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 2a4c5c577fc4480b42b24d9585349e9f0615932a..b389502284f9c36c43a3f76bf1e15efd3fa663e3 100644
|
| --- a/chrome/browser/ui/webui/constrained_web_dialog_ui.cc
|
| +++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.cc
|
| @@ -55,7 +55,7 @@ void ConstrainedWebDialogUI::RenderViewCreated(
|
| base::Unretained(this)));
|
|
|
| content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_HTML_DIALOG_SHOWN,
|
| + chrome::NOTIFICATION_WEB_DIALOG_SHOWN,
|
| content::Source<content::WebUI>(web_ui()),
|
| content::Details<RenderViewHost>(render_view_host));
|
| }
|
|
|