Index: components/content_settings/core/common/content_settings.h |
diff --git a/components/content_settings/core/common/content_settings.h b/components/content_settings/core/common/content_settings.h |
index 7745ac1836293723e15c6882136e236d69e6192a..c7264476c899f46e588365afca7f9d3011acf28c 100644 |
--- a/components/content_settings/core/common/content_settings.h |
+++ b/components/content_settings/core/common/content_settings.h |
@@ -62,6 +62,8 @@ struct RendererContentSettingRules { |
namespace content_settings { |
+typedef std::string ResourceIdentifier; |
+ |
// Enum containing the various source for content settings. Settings can be |
// set by policy, extension, the user or by the custodian of a supervised user. |
// Certain (internal) schemes are whilelisted. For whilelisted schemes the |