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 744088c0fff1b26c44920db83380fbd320acef3c..ad421b3430bc5d725b5212775a80c776ea145844 100644 |
--- a/chrome/browser/resources/hotword_audio_verification/event_page.js |
+++ b/chrome/browser/resources/hotword_audio_verification/event_page.js |
@@ -3,6 +3,11 @@ |
// found in the LICENSE file. |
chrome.app.runtime.onLaunched.addListener(function() { |
+ // TODO(kcarattini): Check if the app is already running. If so, bring it |
+ // to focus rather than creating a new window. |
+ |
+ // TODO(kcarattini): Don't show the window until the launch mode has been |
+ // established. |
chrome.app.window.create('main.html', { |
'frame': 'none', |
'resizable': false, |