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

Issue 1137513002: Autofill: Add WalletIntegrationAvailable() to components. (Closed)

Created:
5 years, 7 months ago by bondd
Modified:
5 years, 7 months ago
Reviewers:
*maniscalco, *Evan Stade
CC:
chromium-reviews, estade+watch_chromium.org, browser-components-watch_chromium.org, rouslan+autofillwatch_chromium.org, sdefresne, droger
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Autofill: Add WalletIntegrationAvailable() to components. Move logic of WalletIntegrationAvailableForProfile() function to components dir. BUG=482268 Committed: https://crrev.com/d81963c3cea4912a9cdd9decc5910749374f0701 Cr-Commit-Position: refs/heads/master@{#328969}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Change pointer params to const ref. Add newline. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -26 lines) Patch
M chrome/browser/autofill/options_util.cc View 1 1 chunk +5 lines, -26 lines 3 comments Download
M components/autofill.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/core/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A components/autofill/core/browser/options_util.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A components/autofill/core/browser/options_util.cc View 1 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
bondd
5 years, 7 months ago (2015-05-07 19:16:46 UTC) #3
Evan Stade
lgtm with nits https://codereview.chromium.org/1137513002/diff/1/components/autofill/core/browser/options_util.cc File components/autofill/core/browser/options_util.cc (right): https://codereview.chromium.org/1137513002/diff/1/components/autofill/core/browser/options_util.cc#newcode15 components/autofill/core/browser/options_util.cc:15: PrefService* pref_service, this should be const ...
5 years, 7 months ago (2015-05-07 19:59:47 UTC) #4
bondd
Thanks. Please see comment at bottom re: DCHECK. https://codereview.chromium.org/1137513002/diff/1/components/autofill/core/browser/options_util.cc File components/autofill/core/browser/options_util.cc (right): https://codereview.chromium.org/1137513002/diff/1/components/autofill/core/browser/options_util.cc#newcode15 components/autofill/core/browser/options_util.cc:15: PrefService* ...
5 years, 7 months ago (2015-05-07 21:19:24 UTC) #5
Evan Stade
https://codereview.chromium.org/1137513002/diff/20001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (right): https://codereview.chromium.org/1137513002/diff/20001/chrome/browser/autofill/options_util.cc#newcode18 chrome/browser/autofill/options_util.cc:18: *PersonalDataManagerFactory::GetForProfile(profile)); On 2015/05/07 21:19:24, bondd wrote: > LMK if ...
5 years, 7 months ago (2015-05-07 21:23:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1137513002/20001
5 years, 7 months ago (2015-05-07 22:42:27 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/61993)
5 years, 7 months ago (2015-05-07 22:52:36 UTC) #11
bondd
Hi maniscalco@, I am getting the following error from chrome_presubmit: Missing LGTM from OWNERS of ...
5 years, 7 months ago (2015-05-08 01:16:04 UTC) #14
maniscalco
On 2015/05/08 01:16:04, bondd wrote: > Hi maniscalco@, > I am getting the following error ...
5 years, 7 months ago (2015-05-08 15:23:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1137513002/20001
5 years, 7 months ago (2015-05-08 16:40:46 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-05-08 16:46:07 UTC) #18
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/d81963c3cea4912a9cdd9decc5910749374f0701 Cr-Commit-Position: refs/heads/master@{#328969}
5 years, 7 months ago (2015-05-08 16:47:08 UTC) #19
bondd
On 2015/05/08 15:23:45, maniscalco wrote: > On 2015/05/08 01:16:04, bondd wrote: > > Hi maniscalco@, ...
5 years, 7 months ago (2015-05-08 17:14:57 UTC) #20
Evan Stade
5 years, 7 months ago (2015-05-11 18:00:38 UTC) #21
Message was sent while issue was closed.
https://codereview.chromium.org/1137513002/diff/20001/chrome/browser/autofill...
File chrome/browser/autofill/options_util.cc (left):

https://codereview.chromium.org/1137513002/diff/20001/chrome/browser/autofill...
chrome/browser/autofill/options_util.cc:31: if
(!profile->GetPrefs()->GetBoolean(prefs::kAutofillWalletImportEnabled))
you inverted this check

Powered by Google App Engine
This is Rietveld 408576698