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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ExternalFeedbackReporter.java

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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerUIUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ExternalFeedbackReporter.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ExternalFeedbackReporter.java b/chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ExternalFeedbackReporter.java
deleted file mode 100644
index 4d307574446de02f113611e8128a35438597656c..0000000000000000000000000000000000000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ExternalFeedbackReporter.java
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.childaccounts;
-
-import android.app.Activity;
-
-/**
- * Provides a way of reporting feedback to an external feedback service.
- */
-public interface ExternalFeedbackReporter {
- /**
- * Records feedback related to child account features.
- *
- * @param activity the activity to take a screenshot of.
- * @param description default description text.
- * @param url the URL to report feedback for.
- */
- void reportFeedback(Activity activity, String description, String url);
-}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerUIUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698