 Chromium Code Reviews
 Chromium Code Reviews Issue 1011283003:
  Hotword: Make the opt-in flow tab ordering more intuitive  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1011283003:
  Hotword: Make the opt-in flow tab ordering more intuitive  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/browser/resources/hotword_audio_verification/main.html | 
| diff --git a/chrome/browser/resources/hotword_audio_verification/main.html b/chrome/browser/resources/hotword_audio_verification/main.html | 
| index e0bce44c72a08d6149d8d097fe97d637a8b38eff..bfbb072ef5de24c7809d6dc800a24bd0c1011874 100644 | 
| --- a/chrome/browser/resources/hotword_audio_verification/main.html | 
| +++ b/chrome/browser/resources/hotword_audio_verification/main.html | 
| @@ -6,6 +6,9 @@ | 
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 
| <link type="text/css" rel="stylesheet" href="style.css"> | 
| <script src="chrome://resources/js/action_link.js"></script> | 
| + <script src="chrome://resources/js/cr.js"></script> | 
| + <script src="chrome://resources/js/cr/ui.js"></script> | 
| 
Dan Beam
2015/03/19 18:52:24
actually, you shouldn't need ui.js at all, as far
 | 
| + <script src="chrome://resources/js/cr/ui/node_utils.js"></script> | 
| 
Dan Beam
2015/03/19 18:50:06
i can also fix node_utils.js to export the cr.ui n
 | 
| <script src="chrome://resources/js/load_time_data.js"></script> | 
| <script src="chrome://resources/js/util.js"></script> | 
| <script src="chrome://resources/js/i18n_template_no_process.js"></script> |