| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index c706bed983728f6d8ccf97aa999d0153b338a0a7..342c98c4c15dc2250a8012b6d9c5d9c39ce85b37 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -252,7 +252,7 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_ChromeIdentityCheckResult,
|
| base::string16 /* identity */,
|
| bool /* identity_match */)
|
|
|
| -// Sent in response to FrameHostMsg_DidBlockRunningInsecureContent.
|
| +// Sent to allow or forbid the running of insecure mixed-content.
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent,
|
| bool /* allowed */)
|
|
|
|
|