| 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 6594e1cb4f69e7e0f7b63159542cc0694eab9de4..b1db438fc2c19db81e9c2b28f9fa87c4269ba83e 100644
|
| --- a/chrome/browser/dom_ui/new_tab_ui.cc
|
| +++ b/chrome/browser/dom_ui/new_tab_ui.cc
|
| @@ -598,3 +598,7 @@ void NewTabUI::NewTabHTMLSource::StartDataRequest(const std::string& path,
|
| std::string NewTabUI::NewTabHTMLSource::GetMimeType(const std::string&) const {
|
| return "text/html";
|
| }
|
| +
|
| +bool NewTabUI::NewTabHTMLSource::ShouldReplaceExistingSource() const {
|
| + return false;
|
| +}
|
|
|