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

Unified Diff: chrome/browser/resources/options/content_settings_exceptions_area.js

Issue 1350713002: Enable editing of content settings type Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ||
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698