0
Files
src/extensions
Tim Judkins 0d03e9e2ca [Extensions] Remove Hangouts allowlist hashes and rtcPrivate permission
This CL removes the last reminants of the extension API allowlist
entries for the old Hangouts Extension 🫡

Since this was also the last entry in the rtcPrivate feature allowlist,
this also removes the entries for it and marks it as deleted. This CL
would have also removed the rtcPrivate API code, but it turns out that
was already removed back in 2013 with:
https://chromiumcodereview.appspot.com/23731011

Bug: 391414840
Change-Id: Ib19b6d03c566a23b98c827ea069479626cef604c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6249484
Reviewed-by: Mustafa Emre Acer <meacer@chromium.org>
Commit-Queue: Tim <tjudkins@chromium.org>
Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org>
Reviewed-by: Kelvin Jiang <kelvinjiang@chromium.org>
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1418763}
2025-02-11 10:22:15 -08:00
..
2025-02-06 01:56:35 -08:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: