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

Unified Diff: chrome/browser/android/dom_distiller/distiller_ui_handle_android.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: chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
diff --git a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
index e64fc11d0e0fd5bb1aca9b4f788c5bdd1fde866c..e8a027cc0596a3d9fc4913ea5bc9ca2913c7a908 100644
--- a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
+++ b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
@@ -18,11 +18,6 @@ class DistillerUIHandleAndroid : public DistillerUIHandle {
DistillerUIHandleAndroid() {}
~DistillerUIHandleAndroid() override {}
- // ExternalFeedbackReporter implementation.
- void ReportExternalFeedback(content::WebContents* web_contents,
- const GURL& url,
- const bool good) override;
-
void OpenSettings(content::WebContents* web_contents) override;
void ClosePanel(bool animate) override;
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698