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

Unified Diff: chrome/browser/ui/webui/options/content_settings_handler.cc

Issue 2392923002: Add UI for local manipulation of the PDF plugin preference. (Closed)
Patch Set: Rebased on a cleaned up base CL. Created 4 years, 2 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/browser/ui/webui/options/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
index 776e9337f92cdc8e56cccef28c9536ce9d0e4123..2bbd2633dfc14c84beeeedc76b3ec736e51a267a 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -505,6 +505,9 @@ void ContentSettingsHandler::GetLocalizedValues(
{"keygenHeader", IDS_KEYGEN_HEADER},
{"keygenAllow", IDS_KEYGEN_ALLOW_RADIO},
{"keygenBlock", IDS_KEYGEN_DONOTALLOW_RADIO},
+ // PDF Plugin filter.
+ {"pdfTabLabel", IDS_PDF_TAB_LABEL},
+ {"pdfEnable", IDS_PDF_ENABLE_CHECKBOX},
};
RegisterStrings(localized_strings, resources, arraysize(resources));
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698