| Index: ui/views/controls/webview/web_dialog_view.h
|
| diff --git a/ui/views/controls/webview/web_dialog_view.h b/ui/views/controls/webview/web_dialog_view.h
|
| index b138abd49b08f9645b7210cefe7465be026a2830..613439abb454f9062a5772af7344ad5f75c19783 100644
|
| --- a/ui/views/controls/webview/web_dialog_view.h
|
| +++ b/ui/views/controls/webview/web_dialog_view.h
|
| @@ -138,11 +138,11 @@ class WEBVIEW_EXPORT WebDialogView : public views::ClientView,
|
| // beforeunload event.
|
| bool before_unload_fired_;
|
|
|
| - // Whether the dialog is closed from WebUI in response to a "DialogClose"
|
| + // Whether the dialog is closed from WebUI in response to a "dialogClose"
|
| // message.
|
| bool closed_via_webui_;
|
|
|
| - // A json string returned to WebUI from a "DialogClosed" message.
|
| + // A json string returned to WebUI from a "dialogClose" message.
|
| std::string dialog_close_retval_;
|
|
|
| // Whether CloseContents() has been called.
|
|
|