| Index: components/dom_distiller/content/browser/distiller_javascript_service_impl.cc
|
| diff --git a/components/dom_distiller/content/browser/distiller_javascript_service_impl.cc b/components/dom_distiller/content/browser/distiller_javascript_service_impl.cc
|
| index 2dea5f1be2e3f5028ced02873134cf800a72ab9a..54244dcb89a5d186e0f7d788426cc15ec00eff4d 100644
|
| --- a/components/dom_distiller/content/browser/distiller_javascript_service_impl.cc
|
| +++ b/components/dom_distiller/content/browser/distiller_javascript_service_impl.cc
|
| @@ -22,15 +22,6 @@ DistillerJavaScriptServiceImpl::DistillerJavaScriptServiceImpl(
|
|
|
| DistillerJavaScriptServiceImpl::~DistillerJavaScriptServiceImpl() {}
|
|
|
| -void DistillerJavaScriptServiceImpl::HandleDistillerClosePanelCall(
|
| - bool animate) {
|
| - base::RecordAction(base::UserMetricsAction("DomDistiller_ViewOriginal"));
|
| - if (!distiller_ui_handle_) {
|
| - return;
|
| - }
|
| - distiller_ui_handle_->ClosePanel(animate);
|
| -}
|
| -
|
| void DistillerJavaScriptServiceImpl::HandleDistillerOpenSettingsCall() {
|
| if (!distiller_ui_handle_) {
|
| return;
|
|
|