chore(extensions): remove old renderer code (#25347)
This commit is contained in:
parent
31322400e7
commit
860e14c0da
6 changed files with 1 additions and 306 deletions
|
@ -16,8 +16,7 @@ enum WorldIDs : int32_t {
|
|||
// IDs created internally by Chrome.
|
||||
ISOLATED_WORLD_ID = 999,
|
||||
|
||||
// Numbers for isolated worlds for extensions are set in
|
||||
// lib/renderer/content-script-injector.ts, and are greater than or equal to
|
||||
// Numbers for isolated worlds for extensions are greater than or equal to
|
||||
// this number, up to ISOLATED_WORLD_ID_EXTENSIONS_END.
|
||||
ISOLATED_WORLD_ID_EXTENSIONS = 1 << 20,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue