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

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

Issue 2673633003: MD Settings: Add Protected Content Content Settings exceptions (Closed)
Patch Set: update tests Created 3 years, 10 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 7b13e5c464720977960abf966dfde55567446f18..44162eaf0a1e6ada3deb27e3ddf61e36d903ae1c 100644
--- a/chrome/test/data/webui/settings/site_list_tests.js
+++ b/chrome/test/data/webui/settings/site_list_tests.js
@@ -61,6 +61,7 @@ cr.define('site_list', function() {
mic: [],
notifications: [],
plugins: [],
+ protectedContent: [],
popups: [],
unsandboxed_plugins: [],
}
@@ -150,6 +151,7 @@ cr.define('site_list', function() {
mic: [],
notifications: [],
plugins: [],
+ protectedContent: [],
popups: [],
unsandboxed_plugins: [],
}
@@ -204,6 +206,7 @@ cr.define('site_list', function() {
},
],
plugins: [],
+ protectedContent: [],
popups: [],
unsandboxed_plugins: [],
}

Powered by Google App Engine
This is Rietveld 408576698