| Index: chrome/browser/resources/settings/site_settings/category_setting_exceptions.js
|
| diff --git a/chrome/browser/resources/settings/site_settings/category_setting_exceptions.js b/chrome/browser/resources/settings/site_settings/category_setting_exceptions.js
|
| index 4a972fa02eababe80dbf4a8e7d1216c68c30a46f..0e457fefd774fcf742999a5c87dc8e384b5e16d5 100644
|
| --- a/chrome/browser/resources/settings/site_settings/category_setting_exceptions.js
|
| +++ b/chrome/browser/resources/settings/site_settings/category_setting_exceptions.js
|
| @@ -10,6 +10,18 @@
|
| Polymer({
|
| is: 'category-setting-exceptions',
|
|
|
| + properties: {
|
| + /**
|
| + * Some content types (like Location) do not allow the user to manually
|
| + * edit the exception list from within Settings.
|
| + * @private
|
| + */
|
| + readOnlyList: {
|
| + type: Boolean,
|
| + value: false,
|
| + },
|
| + },
|
| +
|
| /** @override */
|
| ready: function() {
|
| this.PermissionValues = settings.PermissionValues;
|
|
|