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

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

Issue 312203005: [AiS] Java bridge for AnswersImageService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@img-service
Patch Set: Moar bettar fixes Created 6 years, 6 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 36d3734dc1bf786cb0478ce4a2ac7ba0bd5d7221..9462c070ce77224116dadcde638a47c431fadb6c 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/answers_image_bridge.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"
@@ -97,6 +98,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{ "AccountManagementScreenHelper", AccountManagementScreenHelper::Register },
{ "AndroidProfileOAuth2TokenService",
AndroidProfileOAuth2TokenService::Register },
+ { "AnswersImageBridge", RegisterAnswersImageBridge },
{ "AppBannerManager", banners::RegisterAppBannerManager },
{ "ApplicationLifetime", RegisterApplicationLifetimeAndroid },
{ "AutocompleteControllerAndroid", RegisterAutocompleteControllerAndroid },
@@ -176,7 +178,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
WebsiteSettingsPopupAndroid::RegisterWebsiteSettingsPopupAndroid },
#if defined(ENABLE_PRINTING) && !defined(ENABLE_FULL_PRINTING)
{ "PrintingContext",
- printing::PrintingContextAndroid::RegisterPrintingContext},
+ printing::PrintingContextAndroid::RegisterPrintingContext},
#endif
};

Powered by Google App Engine
This is Rietveld 408576698