| Index: chrome/browser/ui/webui/site_settings_helper.cc
|
| diff --git a/chrome/browser/ui/webui/site_settings_helper.cc b/chrome/browser/ui/webui/site_settings_helper.cc
|
| index 1a859e690f04b9559c17e5d099cac37659583bd5..299d94c1cc37bf8019ccb4ef6f85469cff308f26 100644
|
| --- a/chrome/browser/ui/webui/site_settings_helper.cc
|
| +++ b/chrome/browser/ui/webui/site_settings_helper.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/usb/usb_chooser_context_factory.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/content_settings/core/browser/host_content_settings_map.h"
|
| +#include "components/content_settings/core/common/content_settings.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "extensions/browser/extension_registry.h"
|
|
|
| @@ -203,7 +204,7 @@ void GetExceptionsFromHostContentSettingsMap(
|
| continue;
|
|
|
| all_patterns_settings[std::make_pair(i->primary_pattern, i->source)]
|
| - [i->secondary_pattern] = i->setting;
|
| + [i->secondary_pattern] = i->GetContentSetting();
|
| }
|
|
|
| // Keep the exceptions sorted by provider so they will be displayed in
|
|
|