| Index: components/content_settings/content/common/content_settings_messages.h
|
| diff --git a/components/content_settings/content/common/content_settings_messages.h b/components/content_settings/content/common/content_settings_messages.h
|
| index 6d969472da6b7815cbec289b298c7d4e805c89d2..fff38f1495ffd52489d4cf7568d9f59361bc19a7 100644
|
| --- a/components/content_settings/content/common/content_settings_messages.h
|
| +++ b/components/content_settings/content/common/content_settings_messages.h
|
| @@ -17,11 +17,11 @@ IPC_ENUM_TRAITS_MAX_VALUE(ContentSettingsType,
|
| //-----------------------------------------------------------------------------
|
| // These are messages sent from the browser to the renderer process.
|
|
|
| -// Sent in response to FrameHostMsg_DidBlockDisplayingInsecureContent.
|
| +// Sent to allow or forbid the displaying of insecure mixed-content.
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowDisplayingInsecureContent,
|
| bool /* allowed */)
|
|
|
| -// Sent in response to FrameHostMsg_DidBlockRunningInsecureContent.
|
| +// Sent to allow or forbid the running of insecure mixed-content.
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent,
|
| bool /* allowed */)
|
|
|
|
|