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

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: Rebase to HEAD 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..8451f42443d4b7c1c3135eee38301d05b5d2dfc1 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"
@@ -99,6 +100,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
AndroidProfileOAuth2TokenService::Register },
{ "AppBannerManager", banners::RegisterAppBannerManager },
{ "ApplicationLifetime", RegisterApplicationLifetimeAndroid },
+ { "AnswersImageBridge", RegisterAnswersImageBridge },
Ted C 2014/06/17 20:38:15 order alphabetically
groby-ooo-7-16 2014/06/17 23:46:20 Done.
{ "AutocompleteControllerAndroid", RegisterAutocompleteControllerAndroid },
{ "AutofillDialogControllerAndroid",
autofill::AutofillDialogControllerAndroid::
@@ -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