| 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: [],
|
|
|