Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: components/dom_distiller/content/common/distiller_javascript_service.mojom

Issue 2768093004: Remove unused feedback class in dom distiller component (Closed)
Patch Set: address comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698