Index: chrome/browser/ui/webui/history_ui.cc |
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc |
index f65ddc257150cdca1e6f5af435afd9580ca4ccc5..36c31c4fd4fdfb1b37490975e19881f3894d0f84 100644 |
--- a/chrome/browser/ui/webui/history_ui.cc |
+++ b/chrome/browser/ui/webui/history_ui.cc |
@@ -187,7 +187,6 @@ content::WebUIDataSource* CreateHistoryUIHTMLSource(Profile* profile) { |
source->AddResourcePath(kHistoryJsFile, IDR_HISTORY_JS); |
source->AddResourcePath(kOtherDevicesJsFile, IDR_OTHER_DEVICES_JS); |
source->SetDefaultResource(IDR_HISTORY_HTML); |
- source->SetUseJsonJSFormatV2(); |
source->DisableDenyXFrameOptions(); |
source->AddBoolean("isSupervisedProfile", profile->IsSupervised()); |
source->AddBoolean("showDeleteVisitUI", !profile->IsSupervised()); |