| 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 4d564d6727c15d2710a8342a9131f1b1f5d8add2..261aae71e818094581059647522869d29b19ec92 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
|
| @@ -18,6 +18,7 @@ var prefsEmpty = {
|
| keygen: '',
|
| mic: '',
|
| notifications: '',
|
| + pdf_documents: '',
|
| plugins: '',
|
| popups: '',
|
| unsandboxed_plugins: '',
|
| @@ -33,6 +34,7 @@ var prefsEmpty = {
|
| keygen: [],
|
| mic: [],
|
| notifications: [],
|
| + pdf_documents: [],
|
| plugins: [],
|
| popups: [],
|
| unsandboxed_plugins: [],
|
|
|