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

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

Issue 2274693004: Separate credit card scanner from native bridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK Created 4 years, 4 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 3db418f485dbe523d189dc79008386e7af703bec..a6b3eed0a6f7cd713773a6b9db139949f9733fe7 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -243,7 +243,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"ContextualSearchSceneLayer", RegisterContextualSearchSceneLayer},
{"ContextualSearchTabHelper", RegisterContextualSearchTabHelper},
{"CookiesFetcher", RegisterCookiesFetcher},
- {"CreditCardScanner", autofill::CreditCardScannerViewAndroid::Register},
+ {"CreditCardScannerBridge",
+ autofill::CreditCardScannerViewAndroid::Register},
{"DataReductionPromoInfoBarDelegate",
DataReductionPromoInfoBarDelegateAndroid::Register},
{"DataReductionProxySettings", DataReductionProxySettingsAndroid::Register},
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/ui/android/autofill/credit_card_scanner_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698