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

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

Issue 374773002: Remove GTalk/O1D plugins and related code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 5 years, 8 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/plugins_ui.cc
diff --git a/chrome/browser/ui/webui/plugins_ui.cc b/chrome/browser/ui/webui/plugins_ui.cc
index de945d1effeeb05c171e3e1f5ae019db3b12da10..b4f084ef1bcbfbb62da5d6fe578132d10c8a3a8e 100644
--- a/chrome/browser/ui/webui/plugins_ui.cc
+++ b/chrome/browser/ui/webui/plugins_ui.cc
@@ -118,8 +118,6 @@ base::string16 PluginTypeToString(int type) {
return l10n_util::GetStringUTF16(IDS_PLUGINS_PPAPI_IN_PROCESS);
case WebPluginInfo::PLUGIN_TYPE_PEPPER_OUT_OF_PROCESS:
return l10n_util::GetStringUTF16(IDS_PLUGINS_PPAPI_OUT_OF_PROCESS);
- case WebPluginInfo::PLUGIN_TYPE_PEPPER_UNSANDBOXED:
- return l10n_util::GetStringUTF16(IDS_PLUGINS_PPAPI_UNSANDBOXED);
case WebPluginInfo::PLUGIN_TYPE_BROWSER_PLUGIN:
return l10n_util::GetStringUTF16(IDS_PLUGINS_BROWSER_PLUGIN);
}
« no previous file with comments | « chrome/browser/download/download_target_determiner_unittest.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698