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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 285633002: Upstream AutocompleteController and related classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made requested changes Created 6 years, 7 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
Index: chrome/browser/android/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index 29c724d9018b5f41ad1bfa0f6cf998ec38e0f3a0..e1e5099abb5784cdccfb24b4e2acc12ea88bab4b 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -22,6 +22,7 @@
#include "chrome/browser/android/logo_bridge.h"
#include "chrome/browser/android/most_visited_sites.h"
#include "chrome/browser/android/new_tab_page_prefs.h"
+#include "chrome/browser/android/omnibox/autocomplete_controller_android.h"
#include "chrome/browser/android/omnibox/omnibox_prerender.h"
#include "chrome/browser/android/password_authentication_manager.h"
#include "chrome/browser/android/password_ui_view_android.h"
@@ -93,6 +94,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
AndroidProfileOAuth2TokenService::Register },
{ "AppBannerManager", banners::RegisterAppBannerManager },
{ "ApplicationLifetime", RegisterApplicationLifetimeAndroid },
+ { "AutocompleteControllerAndroid", RegisterAutocompleteControllerAndroid },
{ "AutofillDialogControllerAndroid",
autofill::AutofillDialogControllerAndroid::
RegisterAutofillDialogControllerAndroid },

Powered by Google App Engine
This is Rietveld 408576698