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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)

Created:
3 years, 8 months ago by Jared Saul
Modified:
3 years, 8 months ago
CC:
chromium-reviews, tfarina, rouslan+autofill_chromium.org, rogerm+autofillwatch_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, asvitkine+watch_chromium.org, mac-reviews_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

When credit card upload to Google Payments is blocked due to missing CVC in checkout flow, offer upload by requesting CVC from user. BUG=707104 Review-Url: https://codereview.chromium.org/2789843004 Cr-Commit-Position: refs/heads/master@{#464603} Committed: https://chromium.googlesource.com/chromium/src/+/314052191919e73f2ed0c7b8014c842103d5688c

Patch Set 1 #

Total comments: 43

Patch Set 2 : Addressing code review comments #

Total comments: 16

Patch Set 3 : Addressing code review comments #

Total comments: 26

Patch Set 4 : Rebased on master #

Patch Set 5 : Addressing Mathieu's code review comments #

Patch Set 6 : Update TestAutofillClient, create MockSaveCardBubbleController, add unit test #

Total comments: 14

Patch Set 7 : Address review comments and update files that make some trybots fail #

Patch Set 8 : Address review comment #

Patch Set 9 : Make iOS trybots happy #

Patch Set 10 : Make Mac trybots happy #

Patch Set 11 : Make Android trybots happy; some flag changes #

Patch Set 12 : Make Android trybots happy; some unit test changes #

Patch Set 13 : Make Android trybots happier (one fix to go I think) #

Patch Set 14 : Android should not know about SaveCardBubbleController #

Patch Set 15 : Android should still not know about SaveCardBubbleController #

Total comments: 30

Patch Set 16 : Addressing code review comments #

Total comments: 8

Patch Set 17 : Addressing code review comments #

Total comments: 2

Patch Set 18 : Addressing code review comments #

Patch Set 19 : Addressing code review comments #

Patch Set 20 : Attempt to fix memory leak #

Total comments: 16

Patch Set 21 : Code review changes and trybot fixes #

Patch Set 22 : Fix Android build (accidentally omitted scoping class name) #

Total comments: 15

Patch Set 23 : Fix Mac trybot #

Patch Set 24 : Addressing code review comments #

Total comments: 2

Patch Set 25 : Addressing code review comments and trybot failures #

Patch Set 26 : Addressing code review comments and trybot failures #

Patch Set 27 : Working on making Mac/iOS trybots happy #

Patch Set 28 : Working on making Mac trybot happy #

Total comments: 2

Patch Set 29 : Address code review comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+591 lines, -112 lines) Patch
M android_webview/native/aw_autofill_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +3 lines, -0 lines 0 comments Download
M android_webview/native/aw_autofill_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.h View 1 2 14 15 16 17 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +12 lines, -2 lines 0 comments Download
D chrome/browser/ui/autofill/save_card_bubble_controller.h View 1 chunk +0 lines, -55 lines 0 comments Download
M chrome/browser/ui/autofill/save_card_bubble_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +21 lines, -4 lines 0 comments Download
M chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +34 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +32 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/save_card_bubble_view_bridge.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 24 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/autofill/save_card_bubble_views.h View 1 2 3 4 5 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/save_card_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 24 6 chunks +48 lines, -3 lines 0 comments Download
A chrome/browser/ui/views/autofill/view_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/autofill/view_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +22 lines, -0 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +13 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +9 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_experiments.h View 2 chunks +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_experiments.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +10 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 7 chunks +39 lines, -13 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +144 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +15 lines, -0 lines 0 comments Download
A components/autofill/core/browser/ui/mock_save_card_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +42 lines, -0 lines 0 comments Download
A components/autofill/core/browser/ui/mock_save_card_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +22 lines, -0 lines 0 comments Download
A + components/autofill/core/browser/ui/save_card_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +22 lines, -7 lines 0 comments Download
M components/autofill_strings.grdp View 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/autofill/autofill_client_ios.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/autofill/autofill_client_ios.mm View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 131 (91 generated)
Jared Saul
First draft of asking for CVC in the Upstream bubble, PTAL. Unit tests to follow ...
3 years, 8 months ago (2017-03-31 20:51:33 UTC) #2
csashi
https://codereview.chromium.org/2789843004/diff/1/chrome/browser/flag_descriptions.cc File chrome/browser/flag_descriptions.cc (right): https://codereview.chromium.org/2789843004/diff/1/chrome/browser/flag_descriptions.cc#newcode2402 chrome/browser/flag_descriptions.cc:2402: "Enable requesting missing data during Autofill credit card upload"; ...
3 years, 8 months ago (2017-03-31 21:48:15 UTC) #3
jiahuiguo
Run trybots? https://codereview.chromium.org/2789843004/diff/1/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h File chrome/browser/ui/autofill/save_card_bubble_controller_impl.h (right): https://codereview.chromium.org/2789843004/diff/1/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h#newcode39 chrome/browser/ui/autofill/save_card_bubble_controller_impl.h:39: const bool upload_cvc_should_be_requested, Don't need const here?
3 years, 8 months ago (2017-03-31 22:52:19 UTC) #4
Shanfeng
https://codereview.chromium.org/2789843004/diff/1/chrome/browser/ui/autofill/save_card_bubble_controller.h File chrome/browser/ui/autofill/save_card_bubble_controller.h (left): https://codereview.chromium.org/2789843004/diff/1/chrome/browser/ui/autofill/save_card_bubble_controller.h#oldcode1 chrome/browser/ui/autofill/save_card_bubble_controller.h:1: // Copyright 2015 The Chromium Authors. All rights reserved. ...
3 years, 8 months ago (2017-03-31 22:58:45 UTC) #5
Jared Saul
Thanks for all of the comments! Resolved most of them but left a few open ...
3 years, 8 months ago (2017-04-01 04:18:02 UTC) #6
csashi
https://codereview.chromium.org/2789843004/diff/20001/chrome/browser/ui/autofill/chrome_autofill_client.h File chrome/browser/ui/autofill/chrome_autofill_client.h (right): https://codereview.chromium.org/2789843004/diff/20001/chrome/browser/ui/autofill/chrome_autofill_client.h#newcode59 chrome/browser/ui/autofill/chrome_autofill_client.h:59: bool upload_cvc_should_be_requested, should_cvc_be_requested, or is_cvc_required_from_user may be easier to ...
3 years, 8 months ago (2017-04-02 22:36:15 UTC) #7
Jared Saul
Added changes; thanks for the comments! (Also started a dry run because I forgot to ...
3 years, 8 months ago (2017-04-03 18:53:00 UTC) #10
csashi
lgtm
3 years, 8 months ago (2017-04-03 19:07:08 UTC) #13
Mathieu
Hi Jared, this is very solid code! I only have nits, basically. https://codereview.chromium.org/2789843004/diff/40001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc ...
3 years, 8 months ago (2017-04-03 19:46:10 UTC) #16
Mathieu
BTW I edited your subject and description so that it conforms with the style
3 years, 8 months ago (2017-04-03 20:16:55 UTC) #21
Shanfeng
lgtm
3 years, 8 months ago (2017-04-03 21:02:43 UTC) #22
Shanfeng
lgtm
3 years, 8 months ago (2017-04-03 21:02:46 UTC) #23
Jared Saul
Thanks for the insights, Mathieu! PTAL to make sure I resolved your comments correctly. https://codereview.chromium.org/2789843004/diff/40001/chrome/browser/about_flags.cc ...
3 years, 8 months ago (2017-04-03 21:19:18 UTC) #24
Jared Saul
Added unit tests for the AutofillManager metrics, which involved updating TestAutofillClient and creating MockSaveCardBubbleController. PTAL, ...
3 years, 8 months ago (2017-04-04 21:57:53 UTC) #25
Mathieu
lgtm! Excited to see this. https://codereview.chromium.org/2789843004/diff/100001/components/autofill/core/browser/autofill_manager_unittest.cc File components/autofill/core/browser/autofill_manager_unittest.cc (right): https://codereview.chromium.org/2789843004/diff/100001/components/autofill/core/browser/autofill_manager_unittest.cc#newcode1034 components/autofill/core/browser/autofill_manager_unittest.cc:1034: {autofill::kAutofillUpstreamRequestCvcIfMissing, kAutofillUkmLogging}, nit: no ...
3 years, 8 months ago (2017-04-04 23:49:20 UTC) #30
jiahuiguo
lgtm https://codereview.chromium.org/2789843004/diff/100001/components/autofill/core/browser/autofill_manager_unittest.cc File components/autofill/core/browser/autofill_manager_unittest.cc (right): https://codereview.chromium.org/2789843004/diff/100001/components/autofill/core/browser/autofill_manager_unittest.cc#newcode4878 components/autofill/core/browser/autofill_manager_unittest.cc:4878: test::CreateTestFormField("Card Name", "cardname", "", "text", &field); Inline comment ...
3 years, 8 months ago (2017-04-05 00:47:06 UTC) #31
Jared Saul
Thanks! Made some fixes and replies. https://codereview.chromium.org/2789843004/diff/100001/components/autofill/core/browser/autofill_manager_unittest.cc File components/autofill/core/browser/autofill_manager_unittest.cc (right): https://codereview.chromium.org/2789843004/diff/100001/components/autofill/core/browser/autofill_manager_unittest.cc#newcode1034 components/autofill/core/browser/autofill_manager_unittest.cc:1034: {autofill::kAutofillUpstreamRequestCvcIfMissing, kAutofillUkmLogging}, On ...
3 years, 8 months ago (2017-04-05 00:58:30 UTC) #32
Jared Saul
Adding additional reviewers for the following areas, PTAL (the changes are very small for everyone ...
3 years, 8 months ago (2017-04-06 23:06:58 UTC) #66
sgurun-gerrit only
On 2017/04/06 23:06:58, Jared Saul wrote: > Adding additional reviewers for the following areas, PTAL ...
3 years, 8 months ago (2017-04-06 23:13:30 UTC) #67
Ilya Sherman
histograms.xml lgtm
3 years, 8 months ago (2017-04-06 23:55:38 UTC) #68
Evan Stade
https://codereview.chromium.org/2789843004/diff/280001/chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc File chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc (right): https://codereview.chromium.org/2789843004/diff/280001/chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc#newcode67 chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc:67: const bool should_cvc_be_requested, POD arguments needn't be marked const ...
3 years, 8 months ago (2017-04-07 02:14:40 UTC) #71
Jared Saul
Thanks for the comments, Evan. I asked a follow-up question in some of them; PTAL. ...
3 years, 8 months ago (2017-04-08 01:05:36 UTC) #72
Justin Donnelly
ios/chrome/browser/ui/autofill lgtm
3 years, 8 months ago (2017-04-10 03:02:50 UTC) #77
Evan Stade
have to run, will be back to finish review soon https://codereview.chromium.org/2789843004/diff/280001/chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc File chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc (right): https://codereview.chromium.org/2789843004/diff/280001/chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc#newcode80 ...
3 years, 8 months ago (2017-04-10 18:32:09 UTC) #78
groby-ooo-7-16
c/b/ui/cocoa RS LGTM https://codereview.chromium.org/2789843004/diff/300001/chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm File chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm (right): https://codereview.chromium.org/2789843004/diff/300001/chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm#newcode23 chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm:23: class TestSaveCardBubbleController : public SaveCardBubbleController { ...
3 years, 8 months ago (2017-04-10 20:41:10 UTC) #79
Evan Stade
https://codereview.chromium.org/2789843004/diff/300001/components/autofill/core/browser/autofill_client.h File components/autofill/core/browser/autofill_client.h (right): https://codereview.chromium.org/2789843004/diff/300001/components/autofill/core/browser/autofill_client.h#newcode22 components/autofill/core/browser/autofill_client.h:22: #include "components/autofill/core/browser/ui/save_card_bubble_controller.h" I suspect you can get by with ...
3 years, 8 months ago (2017-04-10 21:53:17 UTC) #80
Jared Saul
Thanks! Responded to all comments except for the two newest in autofill_client.h, will investigate those ...
3 years, 8 months ago (2017-04-11 00:53:06 UTC) #83
Evan Stade
https://codereview.chromium.org/2789843004/diff/280001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/2789843004/diff/280001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode262 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:262: controller_->InputCvcIsValid(cvc_textfield_->text()); On 2017/04/11 00:53:06, Jared Saul wrote: > On ...
3 years, 8 months ago (2017-04-11 15:28:05 UTC) #86
Jared Saul
Thanks for the comments! I believe I resolved them all; all that's currently left is ...
3 years, 8 months ago (2017-04-11 22:57:48 UTC) #87
Evan Stade
just nits, otherwise lg https://codereview.chromium.org/2789843004/diff/380001/chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc File chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc (right): https://codereview.chromium.org/2789843004/diff/380001/chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc#newcode52 chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc:52: should_cvc_be_requested_ = false; nit: i'm ...
3 years, 8 months ago (2017-04-12 15:21:31 UTC) #92
Jared Saul
https://codereview.chromium.org/2789843004/diff/380001/chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc File chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc (right): https://codereview.chromium.org/2789843004/diff/380001/chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc#newcode52 chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc:52: should_cvc_be_requested_ = false; On 2017/04/12 15:21:31, Evan Stade wrote: ...
3 years, 8 months ago (2017-04-12 22:49:22 UTC) #93
Evan Stade
https://codereview.chromium.org/2789843004/diff/420001/chrome/browser/ui/views/autofill/view_util.h File chrome/browser/ui/views/autofill/view_util.h (right): https://codereview.chromium.org/2789843004/diff/420001/chrome/browser/ui/views/autofill/view_util.h#newcode15 chrome/browser/ui/views/autofill/view_util.h:15: static views::Textfield* CreateCvcTextfield() { sorry, didn't notice you inlined ...
3 years, 8 months ago (2017-04-12 23:56:22 UTC) #102
Jared Saul
Thanks! PTAL, not all things were resolved. https://codereview.chromium.org/2789843004/diff/420001/chrome/browser/ui/views/autofill/view_util.h File chrome/browser/ui/views/autofill/view_util.h (right): https://codereview.chromium.org/2789843004/diff/420001/chrome/browser/ui/views/autofill/view_util.h#newcode15 chrome/browser/ui/views/autofill/view_util.h:15: static views::Textfield* ...
3 years, 8 months ago (2017-04-13 00:42:35 UTC) #104
Evan Stade
https://codereview.chromium.org/2789843004/diff/420001/components/autofill/core/browser/BUILD.gn File components/autofill/core/browser/BUILD.gn (right): https://codereview.chromium.org/2789843004/diff/420001/components/autofill/core/browser/BUILD.gn#newcode127 components/autofill/core/browser/BUILD.gn:127: "ui/save_card_bubble_controller.h", On 2017/04/13 00:42:35, Jared Saul wrote: > On ...
3 years, 8 months ago (2017-04-13 02:21:31 UTC) #108
Jared Saul
https://codereview.chromium.org/2789843004/diff/460001/chrome/browser/ui/views/autofill/view_util.h File chrome/browser/ui/views/autofill/view_util.h (right): https://codereview.chromium.org/2789843004/diff/460001/chrome/browser/ui/views/autofill/view_util.h#newcode15 chrome/browser/ui/views/autofill/view_util.h:15: static views::Textfield* CreateCvcTextfield(); On 2017/04/13 02:21:31, Evan Stade wrote: ...
3 years, 8 months ago (2017-04-13 17:04:40 UTC) #109
Jared Saul
https://codereview.chromium.org/2789843004/diff/420001/components/autofill/core/browser/BUILD.gn File components/autofill/core/browser/BUILD.gn (right): https://codereview.chromium.org/2789843004/diff/420001/components/autofill/core/browser/BUILD.gn#newcode127 components/autofill/core/browser/BUILD.gn:127: "ui/save_card_bubble_controller.h", On 2017/04/13 02:21:31, Evan Stade wrote: > On ...
3 years, 8 months ago (2017-04-13 17:39:37 UTC) #114
Evan Stade
lgtm https://codereview.chromium.org/2789843004/diff/540001/chrome/browser/ui/views/autofill/view_util.cc File chrome/browser/ui/views/autofill/view_util.cc (right): https://codereview.chromium.org/2789843004/diff/540001/chrome/browser/ui/views/autofill/view_util.cc#newcode22 chrome/browser/ui/views/autofill/view_util.cc:22: } nit: // namespace autofill
3 years, 8 months ago (2017-04-13 21:47:04 UTC) #123
Jared Saul
https://codereview.chromium.org/2789843004/diff/540001/chrome/browser/ui/views/autofill/view_util.cc File chrome/browser/ui/views/autofill/view_util.cc (right): https://codereview.chromium.org/2789843004/diff/540001/chrome/browser/ui/views/autofill/view_util.cc#newcode22 chrome/browser/ui/views/autofill/view_util.cc:22: } On 2017/04/13 21:47:04, Evan Stade wrote: > nit: ...
3 years, 8 months ago (2017-04-13 21:50:48 UTC) #124
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/2789843004/560001
3 years, 8 months ago (2017-04-13 21:51:52 UTC) #127
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 23:27:22 UTC) #131
Message was sent while issue was closed.
Committed patchset #29 (id:560001) as
https://chromium.googlesource.com/chromium/src/+/314052191919e73f2ed0c7b8014c...

Powered by Google App Engine
This is Rietveld 408576698