| Index: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| index 3f906ef06ed653a3d999a1a4c1b7f477677667f8..d15ed9b8173a769d12afe886806d1509a99cfffc 100644
|
| --- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| +++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| @@ -17,6 +17,11 @@ Polymer({
|
|
|
| properties: {
|
| /**
|
| + * Alt-text for the dialog close button.
|
| + */
|
| + closeText: String,
|
| +
|
| + /**
|
| * True if the dialog should remain open on 'popstate' events. This is used
|
| * for navigable dialogs that have their separate navigation handling code.
|
| */
|
|
|