This change has no functional effects and seems to be only due to wording choice. Chromium change: https://chromium.googlesource.com/chromium/src/+/316185d068318c45f64f36f77bda9f436cf71e23 commit 316185d068318c45f64f36f77bda9f436cf71e23 Author: Tim Judkins <tjudkins@chromium.org> Date: Wed Mar 27 18:01:56 2024 +0000 [Extensions] Change "blessed" -> "privileged" in extension feature files This CL finishes up previous work to move to a more understandable language to describe privileged extension contexts for the extension API feature system to use "privileged" instead of "blessed". This changes: 'unblessed_extension' -> 'unprivileged_extension' 'blessed_extension' -> 'privileged_extension' 'blessed_web_page' -> 'privileged_web_page' No behavior change is expected. Bug: 40946553