Chromium Code Reviews| Index: chrome/browser/resources/hotword/audio_client.js |
| diff --git a/chrome/browser/resources/hotword/audio_client.js b/chrome/browser/resources/hotword/audio_client.js |
| index b3343b43aa928e42b8f222d5b089cb671bcbc785..25d227a9cdb5fd46c4750c0deadfecc11f74d404 100644 |
| --- a/chrome/browser/resources/hotword/audio_client.js |
| +++ b/chrome/browser/resources/hotword/audio_client.js |
| @@ -4,6 +4,8 @@ |
| 'use strict'; |
| +/* eslint-disable no-restricted-properties */ |
| + |
| /** |
| * @fileoverview This is the audio client content script injected into eligible |
| * Google.com and New tab pages for interaction between the Webpage and the |