| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index b1a508a0e1cd0d34361966b9b1081d45f13180bc..754e57de77a8ee3c04cda494dd4d3b2472bb536b 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -574,10 +574,6 @@ IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_CancelPrerenderForPrinting)
|
| // a secure page by a security policy. The page may appear incomplete.
|
| IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DidBlockDisplayingInsecureContent)
|
|
|
| -// Sent when the renderer was prevented from running insecure content in
|
| -// a secure origin by a security policy. The page may appear incomplete.
|
| -IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DidBlockRunningInsecureContent)
|
| -
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_DidGetWebApplicationInfo,
|
| WebApplicationInfo)
|
|
|
|
|