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

Unified Diff: chrome/browser/resources/hotword_audio_verification/main.html

Issue 1011283003: Hotword: Make the opt-in flow tab ordering more intuitive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 5 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698