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

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: fix compile and docs Created 6 years 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 59b6361b5f9c161d79f2562c4a09210e3036dbd8..3d4525edab6ccd0f1ba9d3d63ae64f3cfc3a82ba 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_dialog_result.h"
#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/card_unmask_prompt_view_android.h"
#include "chrome/browser/ui/android/autofill/credit_card_scanner_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"
@@ -160,6 +161,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"GeneratedPasswordSavedInfoBarDelegate",
RegisterGeneratedPasswordSavedInfoBarDelegate},
{"InfoBarContainer", RegisterInfoBarContainer},
+ {"CardUnmaskPrompt", autofill::CardUnmaskPromptViewAndroid::Register},
Ted C 2014/12/10 22:04:59 reorder this one now
Evan Stade 2014/12/10 23:46:20 Done.
{"InvalidationServiceFactory",
invalidation::InvalidationServiceFactoryAndroid::Register},
{"ShortcutHelper", ShortcutHelper::RegisterShortcutHelper},

Powered by Google App Engine
This is Rietveld 408576698