Index: chrome/browser/dom_ui/history_ui.cc |
diff --git a/chrome/browser/dom_ui/history_ui.cc b/chrome/browser/dom_ui/history_ui.cc |
index a90fcfcf19d7bebe8641b0e0e95d314dacfbb69c..a96beb6d1ff044f04aa3295f9e379f83802e9b7b 100644 |
--- a/chrome/browser/dom_ui/history_ui.cc |
+++ b/chrome/browser/dom_ui/history_ui.cc |
@@ -107,6 +107,10 @@ void HistoryUIHTMLSource::StartDataRequest(const std::string& path, |
SendResponse(request_id, html_bytes); |
} |
+std::string HistoryUIHTMLSource::GetMimeType(const std::string&) const { |
+ return "text/html"; |
+} |
+ |
//////////////////////////////////////////////////////////////////////////////// |
// |
// HistoryHandler |