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

Unified Diff: ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js

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 | « ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
diff --git a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
index 26767343df7994aadeccb678386a087a2ec4c912..5a8b56bf073d69de18f0443f3bf17c31bc75d65f 100644
--- a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
+++ b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
@@ -7,6 +7,8 @@ Polymer({
extends: 'dialog',
properties: {
+ title: String,
+
/** Enables notifications for |Dialog.open|. */
open: {
type: Boolean,
« no previous file with comments | « ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698