feat(Chromium): roll Chromium to r553380 (#2442)

This roll includes:
- https://crrev.com/552071 - DevTools: introduce Page.close() protocol method
- https://crrev.com/553193 - Introduce BrowserContext::UniqueId
- https://crrev.com/553268 - DevTools(Protocol): expose BrowserContextId in TargetInfo
- https://crrev.com/553323 - DevTools: implement Target.createBrowserContext for non-headless mode

References #85, #2386.
This commit is contained in:
Andrey Lushnikov 2018-04-25 00:43:01 -07:00 committed by GitHub
parent e9dc3ae74f
commit 84d7b4963e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "551292"
"chromium_revision": "553380"
},
"devDependencies": {
"@types/debug": "0.0.30",