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

Issue 15871004: Handle failed signin when setting kAutofillDialogPayWithoutWallet pref. (Closed)

Created:
7 years, 6 months ago by Evan Stade
Modified:
7 years, 6 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, Raman Kakilate, benquan, ahutter, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

Handle failed signin when setting kAutofillDialogPayWithoutWallet pref. BUG=244902 R=dbeam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203748

Patch Set 1 #

Patch Set 2 : tweak test #

Patch Set 3 : better comment #

Total comments: 5

Patch Set 4 : fix test i hope #

Total comments: 8

Patch Set 5 : tada the test works #

Patch Set 6 : try to upload again #

Total comments: 1

Patch Set 7 : readability change #

Patch Set 8 : upload keeps failing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -40 lines) Patch
M chrome/browser/ui/autofill/account_chooser_model.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 3 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 chunks +62 lines, -10 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Evan Stade
7 years, 6 months ago (2013-05-30 23:55:45 UTC) #1
Dan Beam
https://codereview.chromium.org/15871004/diff/4001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (left): https://codereview.chromium.org/15871004/diff/4001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#oldcode2697 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2697: manually_selected_pay_without_wallet); don't we use this to determine if it's ...
7 years, 6 months ago (2013-05-31 00:21:54 UTC) #2
Evan Stade
https://codereview.chromium.org/15871004/diff/4001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15871004/diff/4001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode2700 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2700: } On 2013/05/31 00:21:55, Dan Beam wrote: > and ...
7 years, 6 months ago (2013-05-31 02:47:33 UTC) #3
Evan Stade
https://codereview.chromium.org/15871004/diff/4001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15871004/diff/4001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode2700 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2700: } On 2013/05/31 02:47:33, Evan Stade wrote: > On ...
7 years, 6 months ago (2013-05-31 03:12:28 UTC) #4
Dan Beam
https://codereview.chromium.org/15871004/diff/10001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15871004/diff/10001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode693 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:693: if (account_chooser_model_.active_wallet_account_name().empty()) { nit: and here (!account_chooser_model_.HasAccountsToChoose()) https://codereview.chromium.org/15871004/diff/10001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode2696 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2696: ...
7 years, 6 months ago (2013-05-31 22:22:52 UTC) #5
Dan Beam
https://codereview.chromium.org/15871004/diff/26001/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc (right): https://codereview.chromium.org/15871004/diff/26001/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc#newcode1701 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc:1701: controller()->OnDidGetFullWallet(wallet::GetTestFullWallet()); just do this for now, i'll fix the ...
7 years, 6 months ago (2013-05-31 22:39:13 UTC) #6
Evan Stade
https://codereview.chromium.org/15871004/diff/10001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/15871004/diff/10001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode693 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:693: if (account_chooser_model_.active_wallet_account_name().empty()) { On 2013/05/31 22:22:53, Dan Beam wrote: ...
7 years, 6 months ago (2013-05-31 22:41:10 UTC) #7
Dan Beam
lgtm
7 years, 6 months ago (2013-05-31 22:42:43 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/15871004/34001
7 years, 6 months ago (2013-05-31 23:07:10 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=156657
7 years, 6 months ago (2013-06-01 04:18:33 UTC) #10
Evan Stade
7 years, 6 months ago (2013-06-03 19:28:16 UTC) #11
Message was sent while issue was closed.
Committed patchset #8 manually as r203748 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698