| Index: chrome/browser/resources/hotword_audio_verification/event_page.js
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/event_page.js b/chrome/browser/resources/hotword_audio_verification/event_page.js
|
| index f63ae57d7670dbecca1c983c300ec0c14d9661d7..ea379d33d9b7d5cfaeace4a96bb16eceadb8a9c2 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/event_page.js
|
| +++ b/chrome/browser/resources/hotword_audio_verification/event_page.js
|
| @@ -22,9 +22,6 @@ chrome.app.runtime.onLaunched.addListener(function() {
|
| 'resizable': false,
|
| 'hidden': true,
|
| 'id': appId,
|
| - 'innerBounds': {
|
| - 'width': 784,
|
| - 'height': 448
|
| - }
|
| + 'innerBounds': {'width': 784, 'height': 448}
|
| });
|
| });
|
|
|