| Index: chrome/browser/resources/options/browser_options_profile_list.js
|
| diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js
|
| index ec3c1fa41337b8f227460899fac117b42572056e..da4fcc3615a3a91ead3862558c4febe3f5a7af1b 100644
|
| --- a/chrome/browser/resources/options/browser_options_profile_list.js
|
| +++ b/chrome/browser/resources/options/browser_options_profile_list.js
|
| @@ -123,6 +123,13 @@ cr.define('options.browser_options', function() {
|
| },
|
|
|
| /**
|
| + * @type {boolean} whether the items in this list are deletable.
|
| + */
|
| + get canDeleteItems() {
|
| + return this.canDeleteItems_;
|
| + },
|
| +
|
| + /**
|
| * If false, items in this list will not be deletable.
|
| * @private
|
| */
|
|
|