Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: chrome/browser/resources/hotword/audio_client.js

Issue 2921783003: WebUI: Fix/suppress some existing violations of no-restricted-globals. (Closed)
Patch Set: Fix svg Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/resources/chromeos/switch_access/options.js ('k') | chrome/browser/resources/instant/instant.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698