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

Unified Diff: chrome/test/data/webui/settings/site_details_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_details_tests.js
diff --git a/chrome/test/data/webui/settings/site_details_tests.js b/chrome/test/data/webui/settings/site_details_tests.js
index 8e599855b99953f80573e3c6ea456d957412f9fd..708772c7808a92a2cbff2c8bdb1c0d54a727f37c 100644
--- a/chrome/test/data/webui/settings/site_details_tests.js
+++ b/chrome/test/data/webui/settings/site_details_tests.js
@@ -136,7 +136,7 @@ cr.define('site_details', function() {
var category = settings.ContentSettingsTypes.NOTIFICATIONS;
var site = {
origin: 'http://www.google.com',
- originForDisplay: 'http://www.google.com',
+ displayName: 'http://www.google.com',
embeddingOrigin: '',
};
browserProxy.setPrefs(prefsEmpty);
@@ -163,7 +163,7 @@ cr.define('site_details', function() {
var category = settings.ContentSettingsTypes.NOTIFICATIONS;
var site = {
origin: 'https://foo-allow.com:443',
- originForDisplay: 'https://foo-allow.com:443',
+ displayName: 'https://foo-allow.com:443',
embeddingOrigin: '',
};
@@ -201,7 +201,7 @@ cr.define('site_details', function() {
browserProxy.setPrefs(prefs);
testElement.site = {
origin: 'https://foo-allow.com:443',
- originForDisplay: 'https://foo-allow.com:443',
+ displayName: 'https://foo-allow.com:443',
embeddingOrigin: '',
};
« no previous file with comments | « chrome/browser/ui/webui/site_settings_helper_unittest.cc ('k') | chrome/test/data/webui/settings/site_list_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698