Index: content/browser/webui/url_data_source_impl.cc |
diff --git a/content/browser/webui/url_data_source_impl.cc b/content/browser/webui/url_data_source_impl.cc |
index 3c06d881a34b998ae0180e230a4fe2b5a1cb8377..aaa92c8d8f4f8cc9640b758e5f16129883d633a5 100644 |
--- a/content/browser/webui/url_data_source_impl.cc |
+++ b/content/browser/webui/url_data_source_impl.cc |
@@ -53,4 +53,8 @@ void URLDataSourceImpl::SendResponseOnIOThread( |
backend_->DataAvailable(request_id, bytes.get()); |
} |
+const ui::TemplateReplacements* URLDataSourceImpl::GetTemplateReplacements() const { |
+ return nullptr; |
+} |
+ |
} // namespace content |