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

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

Issue 2915743002: MD Settings: Include settings for displaying Images in Site Details. (Closed)
Patch Set: Fixup 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/test_site_settings_prefs_browser_proxy.js
diff --git a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
index ba078228eb6623585516b6f9441a203472007696..97633e75b5228e42afb662bf5a8c8e6ea66b2897 100644
--- a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
+++ b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
@@ -15,6 +15,7 @@
* midiDevices: !Array<!RawSiteException>},
* notifications: !Array<!RawSiteException>},
* plugins: !Array<!RawSiteException>},
+ * images: !Array<!RawSiteException>},
* popups: !Array<!RawSiteException>},
* unsandboxed_plugins: !Array<!RawSiteException>},
* }}
@@ -45,6 +46,7 @@ var prefsEmpty = {
midiDevices: '',
notifications: '',
plugins: '',
+ images: '',
popups: '',
subresource_filter: '',
unsandboxed_plugins: '',
@@ -60,6 +62,7 @@ var prefsEmpty = {
midiDevices: [],
notifications: [],
plugins: [],
+ images: [],
popups: [],
subresource_filter: [],
unsandboxed_plugins: [],

Powered by Google App Engine
This is Rietveld 408576698