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

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

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: thestig@ & esprehn@ comments Created 4 years, 8 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/android/java_sources.gni ('k') | chrome/browser/android/mojo/chrome_service_registrar_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2e7679fa1925788249ae1a5db66df94f94b432cc..1e89414fdc022cb40ceadd4b406fecc43040d533 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -57,6 +57,7 @@
#include "chrome/browser/android/metrics/uma_session_stats.h"
#include "chrome/browser/android/metrics/uma_utils.h"
#include "chrome/browser/android/metrics/variations_session.h"
+#include "chrome/browser/android/mojo/chrome_service_registrar_android.h"
#include "chrome/browser/android/net/external_estimate_provider_android.h"
#include "chrome/browser/android/ntp/most_visited_sites.h"
#include "chrome/browser/android/ntp/new_tab_page_prefs.h"
@@ -245,6 +246,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"ChromeMediaRouterDialogController",
media_router::MediaRouterDialogControllerAndroid::Register},
#endif
+ {"ChromeServiceRegistrar", ChromeServiceRegistrarAndroid::Register},
{"CompositorView", RegisterCompositorView},
{"ConfirmInfoBar", RegisterConfirmInfoBar},
{"ConnectionInfoPopupAndroid",
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/mojo/chrome_service_registrar_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698