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

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: cs_ui 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 16732132dcd133f9986334b880c2ad72c7d39b1a..441da27ad7e8936f3d26335d801229351e9c7fe8 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: [],
}
};
@@ -158,6 +159,7 @@ cr.define('site_list', function() {
midiDevices: [],
protectedContent: [],
popups: [],
+ subresource_filter: [],
unsandboxed_plugins: [],
}
};
@@ -219,6 +221,7 @@ cr.define('site_list', function() {
plugins: [],
protectedContent: [],
popups: [],
+ subresource_filter: [],
unsandboxed_plugins: [],
}
};

Powered by Google App Engine
This is Rietveld 408576698