Chromium Code Reviews| 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 7f49a8c11d9fc217abb0211939f4b915d1923947..55da8f5c70070c302e43403d8cd6bda7e6973d22 100644 |
| --- a/components/content_settings/core/common/content_settings.h |
| +++ b/components/content_settings/core/common/content_settings.h |
| @@ -57,6 +57,11 @@ struct RendererContentSettingRules { |
| ContentSettingsForOneType script_rules; |
| }; |
| +class NoResourceIdentifier { |
| + public: |
| + static const std::string GetResourceIdentifier() { return std::string(); } |
|
markusheintz_
2015/03/27 10:27:34
Add
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(No
Deepak
2015/03/27 11:40:04
Done.
|
| +}; |
| + |
| namespace content_settings { |
| // Enum containing the various source for content settings. Settings can be |