| Index: components/dom_distiller/content/renderer/distiller_native_javascript.h
|
| diff --git a/components/dom_distiller/content/renderer/distiller_native_javascript.h b/components/dom_distiller/content/renderer/distiller_native_javascript.h
|
| index 77f380bb4c74daba3e0e0c34bdd462a250bbc3d5..c1904786e6ffabab1556cd4219ba99e6b91ba6ce 100644
|
| --- a/components/dom_distiller/content/renderer/distiller_native_javascript.h
|
| +++ b/components/dom_distiller/content/renderer/distiller_native_javascript.h
|
| @@ -37,12 +37,6 @@ class DistillerNativeJavaScript {
|
| // provided string.
|
| std::string DistillerEcho(const std::string& message);
|
|
|
| - // Send feedback about distillation quality.
|
| - void DistillerSendFeedback(bool good);
|
| -
|
| - // Close the UI panel and record the action.
|
| - void DistillerClosePanel();
|
| -
|
| content::RenderFrame* render_frame_;
|
| DistillerJavaScriptServicePtr distiller_js_service_;
|
| };
|
|
|