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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/historyreport/AppIndexingReporter.java

Issue 2805603002: Remove old method signature, as new method signature has replaced it downstream. (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | 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/historyreport/AppIndexingReporter.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/historyreport/AppIndexingReporter.java b/chrome/android/java/src/org/chromium/chrome/browser/historyreport/AppIndexingReporter.java
index 4312d822a81d758111147e908363b95afdb16c24..d9ff99a236cbd3f139c823cec80d5fbb44077d27 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/historyreport/AppIndexingReporter.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/historyreport/AppIndexingReporter.java
@@ -23,17 +23,6 @@ public class AppIndexingReporter {
* Reports provided entity to on-device index.
* Base class does not implement any reporting, and call is a no-op. Child classes should
* implement this functionality.
- *
- * Deprecated, to be removed in follow-up cl, after downstream change.
- */
- public void reportEntityJsonLd(String url, String json) {
- // Overriden by private class. Base class does nothing.
- }
-
- /**
- * Reports provided entity to on-device index.
- * Base class does not implement any reporting, and call is a no-op. Child classes should
- * implement this functionality.
*/
public void reportWebPage(WebPage webpage) {
// Overriden by private class. Base class does nothing.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698