| 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 4304d01656c5f35567f02b6611c8a4bda6e7ad71..532507a2c2d03b752303b1809eb6bdf560e0ab67 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"
|
|
|
| @@ -202,7 +203,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
|
|
|