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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/metrics/VariationsSession.java

Issue 1567503002: [Signin] Clean up unused method in VariationsSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@amh
Patch Set: Rebase. Created 4 years, 11 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/metrics/VariationsSession.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/metrics/VariationsSession.java b/chrome/android/java/src/org/chromium/chrome/browser/metrics/VariationsSession.java
index 4ac571edd423f0f1267485ab0cd49684249180e7..bbb2bc642c82ad280ae871fdec80a41f2fb70750 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/metrics/VariationsSession.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/metrics/VariationsSession.java
@@ -41,12 +41,7 @@ public class VariationsSession {
* should use for variation seed requests.
*/
protected void getRestrictMode(Context context, Callback<String> callback) {
- callback.onResult(getRestrictMode(context));
- }
-
- // TODO(maxbogue): Remove once downstream is updated to be async.
- protected String getRestrictMode(Context context) {
- return "";
+ callback.onResult("");
}
private native void nativeStartVariationsSession(String restrictMode);
« 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