summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
authordavidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-19 01:19:35 +0000
committerdavidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-19 01:19:35 +0000
commitdf98baf4b6cdd3713663d0dda482b1d8c1a1754a (patch)
tree4e4568ae53c8a1669c89b7c74e8fb5cf8c1f5fdd /chrome/common/render_messages.h
parent85310ad0a8dd62286ae54c8cea57b7eec5147615 (diff)
downloadchromium_src-df98baf4b6cdd3713663d0dda482b1d8c1a1754a.zip
chromium_src-df98baf4b6cdd3713663d0dda482b1d8c1a1754a.tar.gz
chromium_src-df98baf4b6cdd3713663d0dda482b1d8c1a1754a.tar.bz2
Remove ChromeViewMsg_AddStrictSecurityHost.
As of r221355, the renderer-side list of HSTS hosts it maintains is unused. BUG=316632 TEST=compiles, no behavior change Review URL: https://codereview.chromium.org/65473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 75a9242..527213a 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -372,10 +372,6 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowDisplayingInsecureContent,
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent,
bool /* allowed */)
-// Tells renderer to always enforce mixed content blocking for this host.
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_AddStrictSecurityHost,
- std::string /* host */)
-
// Sent when the profile changes the kSafeBrowsingEnabled preference.
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetClientSidePhishingDetection,
bool /* enable_phishing_detection */)