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

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

Issue 2919853002: [MD settings] site exceptions, use embedding origin rather than embeddingDisplayName (Closed)
Patch Set: remove IDS reference Created 3 years, 7 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 d0367da1eb6d7b42abed325bf3ed81a50083d5f1..23b6b5fd3a2ddc5e7bc431d67c91514460508ae1 100644
--- a/chrome/test/data/webui/settings/site_list_tests.js
+++ b/chrome/test/data/webui/settings/site_list_tests.js
@@ -63,7 +63,7 @@ var prefsControlled = {
exceptions: {
plugins: [
{
- embeddingOrigin: 'http://foo-block.com',
+ embeddingOrigin: '',
origin: 'http://foo-block.com',
setting: 'block',
source: 'policy',

Powered by Google App Engine
This is Rietveld 408576698