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

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

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 2 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 f91071166fd02e6affcf34606bca06eddf3a2216..ae20de239afb23488e68da2caa2d8dbee5340c7b 100644
--- a/chrome/browser/resources/hotword_audio_verification/main.html
+++ b/chrome/browser/resources/hotword_audio_verification/main.html
@@ -4,6 +4,7 @@
<meta charset=utf-8>
<title></title>
<link type="text/css" rel="stylesheet" href="style.css">
+ <script src="chrome://resources/js/action_link.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="flow.js"></script>
<script src="main.js"></script>

Powered by Google App Engine
This is Rietveld 408576698