Index: chrome/browser/host_content_settings_map.h |
diff --git a/chrome/browser/host_content_settings_map.h b/chrome/browser/host_content_settings_map.h |
index 25edb99f0a1b8f89b5489d166da6021e9534fc5d..b9dcd1fd605b02f79ef5399a63c40974ea7eef26 100644 |
--- a/chrome/browser/host_content_settings_map.h |
+++ b/chrome/browser/host_content_settings_map.h |
@@ -250,6 +250,9 @@ class HostContentSettingsMap |
struct ExtendedContentSettings; |
typedef std::map<std::string, ExtendedContentSettings> HostContentSettings; |
+ ContentSetting ClickToPlayFixup(ContentSettingsType content_type, |
Mattias Nissler (ping if slow)
2010/11/12 11:49:46
Maybe add a comment explaining what it does?
|
+ ContentSetting setting); |
+ |
// Sets the fields of |settings| based on the values in |dictionary|. |
void GetSettingsFromDictionary(const DictionaryValue* dictionary, |
ContentSettings* settings); |