diff --git a/build/patches/Content-settings-infrastructure.patch b/build/patches/Content-settings-infrastructure.patch index d03ccf8b..118842ed 100644 --- a/build/patches/Content-settings-infrastructure.patch +++ b/build/patches/Content-settings-infrastructure.patch @@ -1049,7 +1049,7 @@ diff --git a/chrome/browser/ui/views/page_info/permission_toggle_row_view.cc b/c + permission_.setting = CONTENT_SETTING_ASK; + break; + case 4: -+ permission_.setting = CONTENT_SETTING_DEFAULT; ++ permission_.setting = std::nullopt; + break; + } + PermissionChanged();