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

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

Issue 2753683002: Build a Bridge to Eddystone Encoder in Components (Closed)
Patch Set: Rebasing Again Created 3 years, 9 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/BUILD.gn ('k') | chrome/browser/android/physical_web/eddystone_encoder_bridge.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 ed3003c5309af8c22540f2ebf28006aeacd6c7f7..a39436a937c709dc7782a48764a9fc9d77446570 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -76,6 +76,7 @@
#include "chrome/browser/android/omnibox/omnibox_prerender.h"
#include "chrome/browser/android/password_ui_view_android.h"
#include "chrome/browser/android/payments/service_worker_payment_app_bridge.h"
+#include "chrome/browser/android/physical_web/eddystone_encoder_bridge.h"
#include "chrome/browser/android/physical_web/physical_web_data_source_android.h"
#include "chrome/browser/android/policy/policy_auditor.h"
#include "chrome/browser/android/precache/precache_launcher.h"
@@ -293,6 +294,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"DownloadController", DownloadController::RegisterDownloadController},
{"DownloadManagerService",
DownloadManagerService::RegisterDownloadManagerService},
+ {"EddystoneEncoderBridge", RegisterEddystoneEncoderBridge},
{"ExternalDataUseObserverBridge",
chrome::android::RegisterExternalDataUseObserver},
{"ExternalPrerenderRequestHandler",
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/physical_web/eddystone_encoder_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698