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

Unified Diff: chrome/browser/ui/webui/plugins/plugins_ui.cc

Issue 2530563002: Remove the enable/disable links for the about:plugins page. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/webui/plugins/plugins_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/plugins/plugins_ui.cc
diff --git a/chrome/browser/ui/webui/plugins/plugins_ui.cc b/chrome/browser/ui/webui/plugins/plugins_ui.cc
index c6d0f1867a41b3e0a05effaed49c7560b927d049..05906ce62d7bbb7a06431e49f93ab9c080e18b3a 100644
--- a/chrome/browser/ui/webui/plugins/plugins_ui.cc
+++ b/chrome/browser/ui/webui/plugins/plugins_ui.cc
@@ -58,8 +58,6 @@ content::WebUIDataSource* CreatePluginsUIHTMLSource(Profile* profile) {
IDS_PLUGINS_MIME_TYPES_DESCRIPTION);
source->AddLocalizedString("pluginMimeTypesFileExtensions",
IDS_PLUGINS_MIME_TYPES_FILE_EXTENSIONS);
- source->AddLocalizedString("disable", IDS_PLUGINS_DISABLE);
- source->AddLocalizedString("enable", IDS_PLUGINS_ENABLE);
source->AddLocalizedString("alwaysAllowed", IDS_PLUGINS_ALWAYS_ALLOWED);
source->AddLocalizedString("noPlugins", IDS_PLUGINS_NO_PLUGINS);
« no previous file with comments | « chrome/browser/ui/webui/plugins/plugins_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698