Commit 89cc7c83 authored by Eric Stevenson's avatar Eric Stevenson Committed by Commit Bot

JNI refactor: Remove unused method from UrlUtilities.java.

Downstream usages have been updated to use proxy native methods.

Bug: 929661
Change-Id: I05cb9a3a520ae58006395f3826487f92f14e5e74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818871
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Auto-Submit: Eric Stevenson <estevenson@chromium.org>
Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698919}
parent e845de42
......@@ -360,11 +360,6 @@ public class UrlUtilities {
return noScheme;
}
// TODO(estevenson): Remove this after downstream usages are removed.
public static boolean nativeIsGoogleSearchUrl(String url) {
return UrlUtilitiesJni.get().isGoogleSearchUrl(url);
}
@NativeMethods
public interface Natives {
boolean isDownloadable(String url);
......
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