Index: chrome/browser/content_settings/content_settings_utils.h |
diff --git a/chrome/browser/content_settings/content_settings_utils.h b/chrome/browser/content_settings/content_settings_utils.h |
index 2b264c7958aa31263eec2279f6ed536e5e48c2b5..ceffff7554ff27638f7e00e0a2e12a2b51f9ff2f 100644 |
--- a/chrome/browser/content_settings/content_settings_utils.h |
+++ b/chrome/browser/content_settings/content_settings_utils.h |
@@ -28,11 +28,6 @@ typedef std::pair<ContentSettingsPattern, ContentSettingsPattern> PatternPair; |
std::string GetTypeName(ContentSettingsType type); |
-// Maps CONTENT_SETTING_ASK for the CONTENT_SETTINGS_TYPE_PLUGINS to |
-// CONTENT_SETTING_BLOCK if click-to-play is not enabled. |
-ContentSetting ClickToPlayFixup(ContentSettingsType content_type, |
- ContentSetting setting); |
- |
// Converts |Value| to |ContentSetting|. |
ContentSetting ValueToContentSetting(const base::Value* value); |