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

Unified Diff: chrome/browser/resources/md_history/list_container.html

Issue 2198463002: MD History: fix typo and dialog inheritance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index 553ad3af5e9a5ebc52b31e6989396f22795b14ce..1d4fade43ecc296e8341570cb8d256508dccfba2 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -46,7 +46,7 @@
</template>
</iron-pages>
- <dialog is"cr-dialog" id="dialog">
+ <dialog is="cr-dialog" id="dialog">
<div class="title">$i18n{removeSelected}</div>
<div class="body">$i18n{deleteWarning}</div>
<div class="button-container">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698