Commit 7623dd20 authored by Michael Thiessen's avatar Michael Thiessen Committed by Commit Bot

Remove String version of isSearchResultsPageFromDefaultSearchProvider

Followup to
https://chromium-review.googlesource.com/c/chromium/src/+/2424986/

Bug: 783819
Change-Id: Ic89fc2d6f330c471bfcc18696fafa1f077b901fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427063
Commit-Queue: Michael Thiessen <mthiesse@chromium.org>
Commit-Queue: Yaron Friedman <yfriedman@chromium.org>
Auto-Submit: Michael Thiessen <mthiesse@chromium.org>
Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809902}
parent 6e043d67
......@@ -181,13 +181,6 @@ public class TemplateUrlService {
mNativeTemplateUrlServiceAndroid, TemplateUrlService.this);
}
/**
* Do not use. This is part of a 3-sided patch to avoid breaking downstream builds.
*/
public boolean isSearchResultsPageFromDefaultSearchProvider(String url) {
return isSearchResultsPageFromDefaultSearchProvider(new GURL(url));
}
/**
* Checks whether a search result page is from a default search provider.
* @param url The url for the search result page.
......
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