Commit 6367485b authored by Peter Kotwicz's avatar Peter Kotwicz Committed by Commit Bot

[Android] Fix chrome_test_apk compile

This CL fixes the chrome_test_apk compile which was broken by
https://chromium-review.googlesource.com/c/chromium/src/+/2530747

Bug: 1147581

Change-Id: I1bf919c8f7a72d58084a09ef45367d019acf7b85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548349Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829047}
parent 10870be8
......@@ -443,7 +443,7 @@ public class LocationBarLayout extends FrameLayout implements OnClickListener {
// When we restore tabs, we focus the selected tab so the URL of the page shows.
}
/* package */ void performSearchQuery(String query, List<String> searchParams) {
public void performSearchQuery(String query, List<String> searchParams) {
if (TextUtils.isEmpty(query)) return;
String queryUrl = TemplateUrlServiceFactory.get().getUrlForSearchQuery(query, searchParams);
......
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