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

Unified Diff: components/dom_distiller/content/browser/distiller_javascript_service_impl.h

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/browser/distiller_javascript_service_impl.h
diff --git a/components/dom_distiller/content/browser/distiller_javascript_service_impl.h b/components/dom_distiller/content/browser/distiller_javascript_service_impl.h
index e8ac057ee0bb1ac914c1063e1146ccb1170f6b1f..829df278081092da51b3459cff05312bf0e61a8e 100644
--- a/components/dom_distiller/content/browser/distiller_javascript_service_impl.h
+++ b/components/dom_distiller/content/browser/distiller_javascript_service_impl.h
@@ -22,9 +22,6 @@ class DistillerJavaScriptServiceImpl
// Mojo mojom::DistillerJavaScriptService implementation.
- // Send UMA feedback and start the external feedback reporter if one exists.
- void HandleDistillerFeedbackCall(bool good) override;
-
// Make a call into Android to close the overlay panel containing reader mode.
void HandleDistillerClosePanelCall(bool animate) override;

Powered by Google App Engine
This is Rietveld 408576698