Chromium Code Reviews| 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 c734c78f4d99dd0c3dae239443cbad09d69dcb94..744088c0fff1b26c44920db83380fbd320acef3c 100644 |
| --- a/chrome/browser/resources/hotword_audio_verification/event_page.js |
| +++ b/chrome/browser/resources/hotword_audio_verification/event_page.js |
| @@ -7,8 +7,8 @@ chrome.app.runtime.onLaunched.addListener(function() { |
| 'frame': 'none', |
| 'resizable': false, |
| 'bounds': { |
| - 'width': 710, |
| - 'height': 535 |
| + 'width': 800, |
| + 'height': 600 |
| } |
| }); |
| }); |