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

Unified Diff: chrome/browser/resources/md_extensions/manager.html

Issue 2732003003: Make initial focus consistent in all instances of cr-drawer. (Closed)
Patch Set: add quotes Created 3 years, 6 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 | chrome/browser/resources/md_history/app.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_extensions/manager.html
diff --git a/chrome/browser/resources/md_extensions/manager.html b/chrome/browser/resources/md_extensions/manager.html
index 237ed7171bd7eeda44ebfee4688e77714c3ada2e..9f5f5a1d10c73dbe70de63d02e959227dbda3edc 100644
--- a/chrome/browser/resources/md_extensions/manager.html
+++ b/chrome/browser/resources/md_extensions/manager.html
@@ -80,8 +80,7 @@
on-cr-toolbar-menu-tap="onMenuButtonTap_"
on-search-changed="onFilterChanged_">
</extensions-toolbar>
- <dialog id="drawer" is="cr-drawer">
- <div class="drawer-header">$i18n{toolbarTitle}</div>
+ <dialog id="drawer" is="cr-drawer" title="$i18n{toolbarTitle}">
<div class="drawer-content">
<extensions-sidebar></extensions-sidebar>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698