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

Unified Diff: chrome/test/data/webui/settings/zoom_levels_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
« no previous file with comments | « chrome/test/data/webui/settings/site_list_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/zoom_levels_tests.js
diff --git a/chrome/test/data/webui/settings/zoom_levels_tests.js b/chrome/test/data/webui/settings/zoom_levels_tests.js
index b3e701c062a6c6d652ae1cf43a2e29b69e5af100..35d819ebaf12e4a3d9a4e5bec5f9b1842e60767f 100644
--- a/chrome/test/data/webui/settings/zoom_levels_tests.js
+++ b/chrome/test/data/webui/settings/zoom_levels_tests.js
@@ -25,12 +25,16 @@ cr.define('zoom_levels', function() {
var zoomList = [
{
origin: 'http://www.google.com',
+ displayName: 'http://www.google.com',
+ originForFavicon: 'http://www.google.com',
setting: '',
source: '',
zoom: '125%',
},
{
origin: 'http://www.chromium.org',
+ displayName: 'http://www.chromium.org',
+ originForFavicon: 'http://www.chromium.org',
setting: '',
source: '',
zoom: '125%',
« no previous file with comments | « chrome/test/data/webui/settings/site_list_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698