You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In windows, the resources are contained in chrome.dll and there is something that deletes them if not referenced by the code.
in 130.0.6723.67, in fact, I get an error when searching for IDS_WEBSITE_SETTINGS_CATEGORY_POPUP_BLOCKED in ResourceBundle::GetLocalizedStringImpl() probably because it is included in the content settings, but never used directly in PermissionToggleRowView::UpdateUiOnPermissionChanged()
I should figure out where the unused resource strip is, which I can't find.
The text was updated successfully, but these errors were encountered:
In windows, the resources are contained in chrome.dll and there is something that deletes them if not referenced by the code.
in 130.0.6723.67, in fact, I get an error when searching for
IDS_WEBSITE_SETTINGS_CATEGORY_POPUP_BLOCKED
inResourceBundle::GetLocalizedStringImpl()
probably because it is included in the content settings, but never used directly inPermissionToggleRowView::UpdateUiOnPermissionChanged()
I should figure out where the unused resource strip is, which I can't find.
The text was updated successfully, but these errors were encountered: