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

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

Issue 2484423004: [MD settings] settings for pdf documents (Closed)
Patch Set: touch ups Created 4 years, 1 month 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 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: [],

Powered by Google App Engine
This is Rietveld 408576698