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

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

Issue 2525943002: Display content settings for extensions with extension name. (Closed)
Patch Set: deduplicate by origin Created 4 years 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 e3295a37f515d8d723d0873f1346b1eec15156c6..ce558628eeea74969e518ddebdaab9d18d67f3b7 100644
--- a/chrome/test/data/webui/settings/site_list_tests.js
+++ b/chrome/test/data/webui/settings/site_list_tests.js
@@ -786,7 +786,7 @@ cr.define('site_list', function() {
prefsMixedOriginAndPattern.exceptions.
geolocation[0].
origin,
- testElement.sites[0].originForDisplay);
+ testElement.sites[0].displayName);
}
assertEquals(undefined, testElement.selectedOrigin);
@@ -800,7 +800,7 @@ cr.define('site_list', function() {
prefsMixedOriginAndPattern.exceptions.
geolocation[0].
origin,
- testElement.selectedSite.originForDisplay);
+ testElement.selectedSite.displayName);
}
});
});
« no previous file with comments | « chrome/test/data/webui/settings/site_details_tests.js ('k') | chrome/test/data/webui/settings/zoom_levels_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698