| Index: chrome/browser/dom_ui/new_tab_ui.cc
|
| diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc
|
| index 6d2bddeebb7869bbc07bb45d237221fe542217aa..cf11b750aeb5ea4cd198b0cceda7373033c89a49 100644
|
| --- a/chrome/browser/dom_ui/new_tab_ui.cc
|
| +++ b/chrome/browser/dom_ui/new_tab_ui.cc
|
| @@ -656,3 +656,10 @@ void NewTabUI::NewTabHTMLSource::StartDataRequest(const std::string& path,
|
|
|
| SendResponse(request_id, html_bytes);
|
| }
|
| +
|
| +std::string NewTabUI::NewTabHTMLSource::GetMimeType(const std::string&) const {
|
| + return "text/html";
|
| +}
|
| +
|
| +NewTabUI::NewTabHTMLSource::~NewTabHTMLSource() {
|
| +}
|
|
|