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

Unified Diff: chrome/browser/resources/hotword_audio_verification/event_page.js

Issue 521483003: Hotword Audio Verification App: Adds hotwording assets and basic opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 6 years, 3 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_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
}
});
});

Powered by Google App Engine
This is Rietveld 408576698