chore(extensions): remove old renderer code (#25347)

This commit is contained in:
Samuel Maddock
2020-09-08 07:11:38 -04:00
committed by GitHub
parent 31322400e7
commit 860e14c0da
6 changed files with 1 additions and 306 deletions

View File

@@ -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,