summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 15:47:36 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 15:47:36 +0000
commitd49f6f7e02c93f51893371cd2dd2be74d7d2c71d (patch)
tree6dd2f8efe9c56443ce7dc7c8f1305580df4e570b /chrome/common/render_messages.h
parentbfea81fd560e32ee24371aebc8d5dff277925af0 (diff)
downloadchromium_src-d49f6f7e02c93f51893371cd2dd2be74d7d2c71d.zip
chromium_src-d49f6f7e02c93f51893371cd2dd2be74d7d2c71d.tar.gz
chromium_src-d49f6f7e02c93f51893371cd2dd2be74d7d2c71d.tar.bz2
Remove kEnableResourceContentSettings and all the code that uses it since it's been behind a flag for years and isn't used.
BUG=39252 R=bauerb@chromium.org Review URL: https://codereview.chromium.org/106713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index f0e62c7..4d5634b 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -456,9 +456,8 @@ IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_UpdatedCacheStats,
// Tells the browser that content in the current page was blocked due to the
// user's content settings.
-IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_ContentBlocked,
- ContentSettingsType, /* type of blocked content */
- std::string /* resource identifier */)
+IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_ContentBlocked,
+ ContentSettingsType /* type of blocked content */)
// Sent by the renderer process to check whether access to web databases is
// granted by content settings.