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

Unified Diff: chrome/browser/android/omnibox/autocomplete_controller_android.cc

Issue 858173004: Delete GetTopAsynchronousMatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/browser/android/omnibox/autocomplete_controller_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/omnibox/autocomplete_controller_android.cc
diff --git a/chrome/browser/android/omnibox/autocomplete_controller_android.cc b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
index 0b5d22d88c45e61c4448894644dd9350e7d32b67..bcac0f2d295bbac4e294ed97f8083e3021fea836 100644
--- a/chrome/browser/android/omnibox/autocomplete_controller_android.cc
+++ b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
@@ -266,13 +266,6 @@ ScopedJavaLocalRef<jstring> AutocompleteControllerAndroid::
return ConvertUTF8ToJavaString(env, match.destination_url.spec());
}
-ScopedJavaLocalRef<jobject>
-AutocompleteControllerAndroid::GetTopSynchronousMatch(JNIEnv* env,
- jobject obj,
- jstring query) {
- return GetTopSynchronousResult(env, obj, query, false);
-}
-
void AutocompleteControllerAndroid::Shutdown() {
autocomplete_controller_.reset();
« no previous file with comments | « chrome/browser/android/omnibox/autocomplete_controller_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698