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

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

Issue 756333003: Prompt for unmasking Wallet credit card on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge conflicts Created 6 years, 1 month 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 1d033fd1847befb2f087eb5aade2a00e59282728..ea8e05fea1d873c8522e2eadac324b00a7946be7 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -61,6 +61,7 @@
#include "chrome/browser/ui/android/autofill/autofill_logger_android.h"
#include "chrome/browser/ui/android/autofill/autofill_popup_view_android.h"
#include "chrome/browser/ui/android/autofill/credit_card_scanner_view_android.h"
+#include "chrome/browser/ui/android/autofill/instrument_unmask_prompt_view_android.h"
#include "chrome/browser/ui/android/autofill/password_generation_popup_view_android.h"
#include "chrome/browser/ui/android/chrome_http_auth_handler.h"
#include "chrome/browser/ui/android/context_menu_helper.h"
@@ -160,6 +161,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{ "GeneratedPasswordSavedInfoBarDelegate",
RegisterGeneratedPasswordSavedInfoBarDelegate },
{ "InfoBarContainer", RegisterInfoBarContainer },
+ { "InstrumentUnmaskPrompt",
+ autofill::InstrumentUnmaskPromptViewAndroid::Register },
{ "InvalidationServiceFactory",
invalidation::InvalidationServiceFactoryAndroid::Register },
{ "ShortcutHelper", ShortcutHelper::RegisterShortcutHelper },

Powered by Google App Engine
This is Rietveld 408576698