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

Issue 1020303007: Hide Autofill Wallet checkbox when not syncing autofill data. (Closed)

Created:
5 years, 9 months ago by Evan Stade
Modified:
5 years, 9 months ago
Reviewers:
brettw, Nicolas Zea
CC:
chromium-reviews, tim+watch_chromium.org, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, browser-components-watch_chromium.org, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hide Autofill Wallet checkbox when not syncing autofill data. If you are not signed into sync or have unchecked "Autofill" then the option should be hidden. BUG=468987 Committed: https://crrev.com/5e26b8a570bb183c6a3686555fc61e545a3868c2 Cr-Commit-Position: refs/heads/master@{#322243}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : preferred #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -18 lines) Patch
M chrome/browser/autofill/android/personal_data_manager_android.cc View 1 2 2 chunks +2 lines, -9 lines 0 comments Download
A chrome/browser/autofill/options_util.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/autofill/options_util.cc View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
Evan Stade
we still need to disable the AUTOFILL_WALLET_DATA type when the user unchecks the box in ...
5 years, 9 months ago (2015-03-20 22:29:42 UTC) #2
Nicolas Zea
https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (right): https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc#newcode13 chrome/browser/autofill/options_util.cc:13: // TODO(estade): what to do in the IsManaged case? ...
5 years, 9 months ago (2015-03-20 22:36:33 UTC) #3
Evan Stade
https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (right): https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc#newcode13 chrome/browser/autofill/options_util.cc:13: // TODO(estade): what to do in the IsManaged case? ...
5 years, 9 months ago (2015-03-21 00:51:29 UTC) #4
Nicolas Zea
https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (right): https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc#newcode13 chrome/browser/autofill/options_util.cc:13: // TODO(estade): what to do in the IsManaged case? ...
5 years, 9 months ago (2015-03-23 17:00:17 UTC) #5
Evan Stade
https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (right): https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc#newcode18 chrome/browser/autofill/options_util.cc:18: service->GetRegisteredDataTypes().Has(syncer::AUTOFILL_WALLET_DATA); On 2015/03/23 17:00:17, Nicolas Zea wrote: > On ...
5 years, 9 months ago (2015-03-23 17:06:12 UTC) #6
Nicolas Zea
sync usage LGTM https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (right): https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc#newcode18 chrome/browser/autofill/options_util.cc:18: service->GetRegisteredDataTypes().Has(syncer::AUTOFILL_WALLET_DATA); On 2015/03/23 17:06:12, Evan Stade ...
5 years, 9 months ago (2015-03-23 17:37:17 UTC) #7
Evan Stade
On 2015/03/23 17:37:17, Nicolas Zea wrote: > sync usage LGTM > > https://codereview.chromium.org/1020303007/diff/20001/chrome/browser/autofill/options_util.cc > File ...
5 years, 9 months ago (2015-03-24 15:28:24 UTC) #8
brettw
LGTM
5 years, 9 months ago (2015-03-25 19:47:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1020303007/40001
5 years, 9 months ago (2015-03-25 20:43:11 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-25 22:09:31 UTC) #12
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 22:10:06 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5e26b8a570bb183c6a3686555fc61e545a3868c2
Cr-Commit-Position: refs/heads/master@{#322243}

Powered by Google App Engine
This is Rietveld 408576698