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

Unified Diff: chrome/test/data/webui/settings/site_list_tests.js

Issue 2682293002: Add desktop UI for the subresource filter content setting. (Closed)
Patch Set: comments Created 3 years, 9 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
Index: chrome/test/data/webui/settings/site_list_tests.js
diff --git a/chrome/test/data/webui/settings/site_list_tests.js b/chrome/test/data/webui/settings/site_list_tests.js
index ba0bcf683f6583f8c0bd139ec9c398110944d076..89805fbba3f8ce078dc4ee833dc33eaa1c9801e7 100644
--- a/chrome/test/data/webui/settings/site_list_tests.js
+++ b/chrome/test/data/webui/settings/site_list_tests.js
@@ -50,6 +50,7 @@ cr.define('site_list', function() {
plugins: [],
protectedContent: [],
popups: [],
+ subresource_filter: [],
unsandboxed_plugins: [],
}
};
@@ -141,6 +142,7 @@ cr.define('site_list', function() {
midiDevices: [],
protectedContent: [],
popups: [],
+ subresource_filter: [],
unsandboxed_plugins: [],
}
};
@@ -197,6 +199,7 @@ cr.define('site_list', function() {
plugins: [],
protectedContent: [],
popups: [],
+ subresource_filter: [],
unsandboxed_plugins: [],
}
};

Powered by Google App Engine
This is Rietveld 408576698