feat(chromium) roll Chromium to r809590 (#6458)

This corresponds to Chromium 87.0.4272.0
This roll includes:
- Reland "idle-detection: Implement requestPermission() method"
  (crrev.com/c/2417779)
This commit is contained in:
Johan Bay
2020-10-01 08:24:47 +02:00
committed by GitHub
parent 4cdbebe1ac
commit 49f25e2412
44 changed files with 361 additions and 30 deletions

View File

@@ -43,7 +43,7 @@ describeFailsFirefox('Emulate idle state', () => {
it('changing idle state emulation causes change of the IdleDetector state', async () => {
const { page, server, context } = getTestState();
await context.overridePermissions(server.PREFIX + '/idle-detector.html', [
'notifications',
'idle-detection',
]);
await page.goto(server.PREFIX + '/idle-detector.html');