Index: components/dom_distiller/content/common/distiller_javascript_service.mojom |
diff --git a/components/dom_distiller/content/common/distiller_javascript_service.mojom b/components/dom_distiller/content/common/distiller_javascript_service.mojom |
index d16d5d1c858753faa6702f7a774fcdad96e1a6b9..8589198d0ed7254a4d4bc153763866a1c04b4e59 100644 |
--- a/components/dom_distiller/content/common/distiller_javascript_service.mojom |
+++ b/components/dom_distiller/content/common/distiller_javascript_service.mojom |
@@ -7,9 +7,6 @@ module dom_distiller.mojom; |
// This service is implemented by the browser process and is used by the |
// renderer when a distiller JavaScript function is called. |
interface DistillerJavaScriptService { |
- // Handle the "distiller.sendFeedback" function. |
- HandleDistillerFeedbackCall(bool good); |
- |
// Handle closing the overlay panel that contains Reader Mode; the |
// "distiller.close" function. |
HandleDistillerClosePanelCall(bool animate); |