Index: chrome/browser/resources/options/content_settings_exceptions_area.js |
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.js b/chrome/browser/resources/options/content_settings_exceptions_area.js |
index 08c2858e81c37dedbf70fed4676a209d89191a63..273c130f2182d66a095ade3ccb7093ae445453a6 100644 |
--- a/chrome/browser/resources/options/content_settings_exceptions_area.js |
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.js |
@@ -16,8 +16,7 @@ cr.define('options.contentSettings', function() { |
*/ |
function IsEditableType(contentType) { |
// Exceptions of the following lists are not editable for now. |
- return !(contentType == 'notifications' || |
- contentType == 'location' || |
+ return !(contentType == 'location' || |
contentType == 'fullscreen' || |
contentType == 'media-stream-mic' || |
contentType == 'media-stream-camera' || |