Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 5167171829ed48012ec6ea8eea62aeda47f6cd12..1d461b36a5479baf93fe91593c811ac85da998b9 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -130,12 +130,6 @@ IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetFieldTrialGroup, |
std::string /* field trial name */, |
std::string /* group name that was assigned. */) |
-// Sent to allow or forbid the running of insecure mixed-content. |
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent, |
- bool /* allowed */) |
- |
-IPC_MESSAGE_ROUTED0(ChromeViewMsg_ReloadFrame) |
- |
// Tells the renderer whether or not a file system access has been allowed. |
IPC_MESSAGE_ROUTED2(ChromeViewMsg_RequestFileSystemAccessAsyncResponse, |
int /* request_id */, |