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

Issue 2970233002: [Payment Request] Adds a JourneyLogger instance to the PaymentRequest (Closed)

Created:
3 years, 5 months ago by Moe
Modified:
3 years, 5 months ago
CC:
chromium-reviews, gogerald+paymentswatch_chromium.org, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, mahmadi+paymentsioswatch_chromium.org, mahmadi+paymentswatch_chromium.org, marq+watch_chromium.org, noyau+watch_chromium.org, rouslan+payments_chromium.org, sebsg+paymentswatch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Payment Request] Adds a JourneyLogger instance to the PaymentRequest BUG=602666 Review-Url: https://codereview.chromium.org/2970233002 Cr-Commit-Position: refs/heads/master@{#484958} Committed: https://chromium.googlesource.com/chromium/src/+/eb98fc5f18248d7c2f109d3d12d8e4210e22579a

Patch Set 1 : Initial #

Total comments: 30

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -53 lines) Patch
M ios/chrome/browser/payments/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/payment_request.h View 1 6 chunks +19 lines, -3 lines 0 comments Download
M ios/chrome/browser/payments/payment_request.mm View 1 4 chunks +6 lines, -3 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_unittest.mm View 1 31 chunks +37 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/test_payment_request.h View 3 chunks +7 lines, -8 lines 0 comments Download
M ios/chrome/browser/ui/payments/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/payments/address_edit_coordinator_unittest.mm View 1 4 chunks +12 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/billing_address_selection_coordinator_unittest.mm View 1 4 chunks +8 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/billing_address_selection_mediator_unittest.mm View 1 3 chunks +9 lines, -3 lines 0 comments Download
M ios/chrome/browser/ui/payments/contact_info_edit_coordinator_unittest.mm View 1 4 chunks +12 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/contact_info_edit_mediator_unittest.mm View 1 2 chunks +8 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/payments/contact_info_selection_coordinator_unittest.mm View 1 2 chunks +8 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/contact_info_selection_mediator_unittest.mm View 1 3 chunks +8 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/credit_card_edit_coordinator_unittest.mm View 1 3 chunks +11 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/full_card_requester_unittest.mm View 1 1 chunk +2 lines, -4 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_items_display_coordinator_unittest.mm View 1 2 chunks +7 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_items_display_view_controller_unittest.mm View 1 4 chunks +8 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/payments/payment_method_selection_coordinator_unittest.mm View 1 4 chunks +7 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm View 1 5 chunks +7 lines, -5 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_manager.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_mediator_unittest.mm View 1 3 chunks +4 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_view_controller_unittest.mm View 1 4 chunks +7 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/shipping_address_selection_coordinator_unittest.mm View 1 4 chunks +8 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/shipping_option_selection_coordinator_unittest.mm View 1 2 chunks +7 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (12 generated)
Moe
Hi Rouslan, Please take a look.
3 years, 5 months ago (2017-07-06 14:04:24 UTC) #10
please use gerrit instead
https://codereview.chromium.org/2970233002/diff/40001/ios/chrome/browser/payments/payment_request.h File ios/chrome/browser/payments/payment_request.h (right): https://codereview.chromium.org/2970233002/diff/40001/ios/chrome/browser/payments/payment_request.h#newcode70 ios/chrome/browser/payments/payment_request.h:70: ios::ChromeBrowserState* browser_state_, Remove the trailing _ from |browser_state_| on ...
3 years, 5 months ago (2017-07-06 14:52:25 UTC) #11
Moe
Thanks for the feedback. PTAL? https://codereview.chromium.org/2970233002/diff/40001/ios/chrome/browser/payments/payment_request.h File ios/chrome/browser/payments/payment_request.h (right): https://codereview.chromium.org/2970233002/diff/40001/ios/chrome/browser/payments/payment_request.h#newcode70 ios/chrome/browser/payments/payment_request.h:70: ios::ChromeBrowserState* browser_state_, On 2017/07/06 ...
3 years, 5 months ago (2017-07-07 02:24:55 UTC) #12
please use gerrit instead
lgtm
3 years, 5 months ago (2017-07-07 13:44:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2970233002/60001
3 years, 5 months ago (2017-07-07 14:47:22 UTC) #15
commit-bot: I haz the power
3 years, 5 months ago (2017-07-07 16:50:23 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/eb98fc5f18248d7c2f109d3d12d8...

Powered by Google App Engine
This is Rietveld 408576698