| 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 17dc96408fa47b29f0ce398958426f6e68b11f79..b04494f6817b336e665bc273e01f16bea29b52d2 100644
|
| --- a/chrome/browser/ui/webui/plugins_ui.cc
|
| +++ b/chrome/browser/ui/webui/plugins_ui.cc
|
| @@ -67,7 +67,6 @@ void AssertPluginEnabled(bool did_enable) {
|
| content::WebUIDataSource* CreatePluginsUIHTMLSource(Profile* profile) {
|
| content::WebUIDataSource* source =
|
| content::WebUIDataSource::Create(chrome::kChromeUIPluginsHost);
|
| - source->SetUseJsonJSFormatV2();
|
|
|
| source->AddLocalizedString("pluginsTitle", IDS_PLUGINS_TITLE);
|
| source->AddLocalizedString("pluginsDetailsModeLink",
|
|
|