Commit ceac99a7 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Android: Remove unused overloads in RevenueStats.java

Change-Id: Ic989f7f2636120fdfe91e559ca6f5428e20b382e
Reviewed-on: https://chromium-review.googlesource.com/792433Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520150}
parent 52affce6
......@@ -4,7 +4,6 @@
package org.chromium.chrome.browser.rlz;
import android.content.Context;
import android.content.SharedPreferences;
import org.chromium.base.ContextUtils;
......@@ -39,14 +38,6 @@ public class RevenueStats {
*/
public void tabCreated(Tab tab) {}
protected static boolean getRlzNotified(Context context) {
return getRlzNotified(); // TODO(agrieve): Delete once downstream is updated.
}
protected static void setRlzNotified(Context context, boolean notified) {
setRlzNotified(notified); // TODO(agrieve): Delete once downstream is updated.
}
/**
* Returns whether the RLZ provider has been notified that the first search has occurred.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment