| Index: chrome/browser/ui/webui/components_ui.cc
|
| diff --git a/chrome/browser/ui/webui/components_ui.cc b/chrome/browser/ui/webui/components_ui.cc
|
| index 8e283b84a4789041ad473a1438fd1dff2757639b..8bfa5cf32fa45518c6d1c70414722f80c3407678 100644
|
| --- a/chrome/browser/ui/webui/components_ui.cc
|
| +++ b/chrome/browser/ui/webui/components_ui.cc
|
| @@ -36,7 +36,6 @@ namespace {
|
| content::WebUIDataSource* CreateComponentsUIHTMLSource(Profile* profile) {
|
| content::WebUIDataSource* source =
|
| content::WebUIDataSource::Create(chrome::kChromeUIComponentsHost);
|
| - source->SetUseJsonJSFormatV2();
|
|
|
| source->AddLocalizedString("componentsTitle", IDS_COMPONENTS_TITLE);
|
| source->AddLocalizedString("componentsNoneInstalled",
|
|
|