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

Unified Diff: components/dom_distiller/content/browser/distiller_ui_handle.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_ui_handle.h
diff --git a/components/dom_distiller/content/browser/distiller_ui_handle.h b/components/dom_distiller/content/browser/distiller_ui_handle.h
index d374859e829694d58db27d3a32b173e5b2218b3a..d97384eafd5279ac6b279f1fe419b453a3c00146 100644
--- a/components/dom_distiller/content/browser/distiller_ui_handle.h
+++ b/components/dom_distiller/content/browser/distiller_ui_handle.h
@@ -18,11 +18,6 @@ class DistillerUIHandle {
DistillerUIHandle() {}
virtual ~DistillerUIHandle() {}
- // Start an external form to record user feedback.
- virtual void ReportExternalFeedback(content::WebContents* web_contents,
- const GURL& url,
- const bool good) = 0;
-
// Open the UI settings for dom distiller.
virtual void OpenSettings(content::WebContents* web_contents) = 0;

Powered by Google App Engine
This is Rietveld 408576698