Index: chrome/browser/ui/webui/site_settings_helper.h |
diff --git a/chrome/browser/ui/webui/site_settings_helper.h b/chrome/browser/ui/webui/site_settings_helper.h |
index 34c300d91d096446590e5b4aac89f567bc9f4b7c..d874dda8cc436a1b54b8e5635fc7b5517ba3e56f 100644 |
--- a/chrome/browser/ui/webui/site_settings_helper.h |
+++ b/chrome/browser/ui/webui/site_settings_helper.h |
@@ -39,6 +39,12 @@ extern const char kSource[]; |
extern const char kEmbeddingOrigin[]; |
extern const char kPreferencesSource[]; |
+// Gets a content settings type from the group name identifier. |
+ContentSettingsType ContentSettingsTypeFromGroupName(const std::string& name); |
+ |
+// Gets a string identifier for the group name. |
+std::string ContentSettingsTypeToGroupName(ContentSettingsType type); |
+ |
// Fills in |exceptions| with Values for the given |type| from |map|. |
void GetExceptionsFromHostContentSettingsMap( |
const HostContentSettingsMap* map, |