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