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

Side by Side Diff: chrome/browser/resources/md_history/searched_label.html

Issue 2313823002: MD History: Remove shadow root from <history-searched-label> (Closed)
Patch Set: Fix tests Created 4 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/html/util.html"> 2 <link rel="import" href="chrome://resources/html/util.html">
3 3
4 <dom-module id="history-searched-label"> 4 <dom-module id="history-searched-label">
5 <template>
6 <span id="container"></span>
7 </template>
8 <script src="chrome://history/searched_label.js"></script> 5 <script src="chrome://history/searched_label.js"></script>
9 </dom-module> 6 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698