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

Issue 1785923010: Remove kAutofillWalletSyncExperimentEnabled. (Closed)

Created:
4 years, 9 months ago by Justin Donnelly
Modified:
4 years, 9 months ago
Reviewers:
Nicolas Zea, Evan Stade
CC:
chromium-reviews, tim+watch_chromium.org, zea+watch_chromium.org, rouslan+autofill_chromium.org, maxbogue+watch_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, bondd+autofillwatch_chromium.org, plaree+watch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, kevinliu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove kAutofillWalletSyncExperimentEnabled. This sync experiment has been at 100% of all users for a while. Also, add the autofill_wallet type to sync/tools/testserver/chromiumsync.py. Previously, AutofillWalletDataTypeController::IsEnabled was returning false in the test environment because the sync setting was false. Now that we enable by default, the sync integration tests are covering this type. Which I assume is a good thing. BUG=594182 Committed: https://crrev.com/04c8fd5e7c57f75262f477e6ac94e18ca76b6371 Cr-Commit-Position: refs/heads/master@{#381304}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Respond to comments #

Total comments: 4

Patch Set 3 : Mark wallet_sync as obsolete, remove wallet_sync_enabled. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -424 lines) Patch
M chrome/browser/autofill/android/personal_data_manager_android.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/autofill/options_util.h View 1 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/browser/autofill/options_util.cc View 1 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc View 7 chunks +1 line, -93 lines 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M components/autofill.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 chunks +0 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_experiments.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics_unittest.cc View 3 chunks +0 lines, -5 lines 0 comments Download
M components/autofill/core/browser/autofill_wallet_data_type_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_wallet_data_type_controller.cc View 4 chunks +5 lines, -12 lines 0 comments Download
M components/autofill/core/browser/options_util.h View 1 1 chunk +0 lines, -24 lines 0 comments Download
M components/autofill/core/browser/options_util.cc View 1 1 chunk +0 lines, -24 lines 0 comments Download
M components/autofill/core/browser/options_util_unittest.cc View 1 1 chunk +0 lines, -138 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager.h View 1 chunk +0 lines, -4 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager.cc View 3 chunks +2 lines, -8 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager_unittest.cc View 2 chunks +0 lines, -26 lines 0 comments Download
M components/autofill/core/common/autofill_pref_names.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/common/autofill_pref_names.cc View 2 chunks +1 line, -7 lines 0 comments Download
M components/browser_sync/browser/profile_sync_service.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M components/components_tests.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/public/util/experiments.h View 1 2 2 chunks +3 lines, -8 lines 0 comments Download
M sync/internal_api/sync_manager_impl.cc View 1 2 1 chunk +0 lines, -11 lines 0 comments Download
M sync/protocol/experiments_specifics.proto View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M sync/tools/testserver/chromiumsync.py View 4 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 25 (10 generated)
Justin Donnelly
4 years, 9 months ago (2016-03-14 20:20:23 UTC) #8
Nicolas Zea
Could you also update experiment_specifics.proto to note that the field is now obsolete as of ...
4 years, 9 months ago (2016-03-14 22:44:51 UTC) #9
Nicolas Zea
Also src/sync/internal_api/public/util/sync_experiments.h
4 years, 9 months ago (2016-03-14 22:45:47 UTC) #10
Evan Stade
https://codereview.chromium.org/1785923010/diff/100001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (left): https://codereview.chromium.org/1785923010/diff/100001/chrome/browser/autofill/options_util.cc#oldcode15 chrome/browser/autofill/options_util.cc:15: bool WalletIntegrationAvailableForProfile(Profile* profile) { it doesn't seem like this ...
4 years, 9 months ago (2016-03-14 23:01:58 UTC) #11
Justin Donnelly
On 2016/03/14 22:44:51, Nicolas Zea wrote: > Could you also update experiment_specifics.proto to note that ...
4 years, 9 months ago (2016-03-15 17:08:30 UTC) #12
Justin Donnelly
On 2016/03/14 22:45:47, Nicolas Zea wrote: > Also src/sync/internal_api/public/util/sync_experiments.h Done
4 years, 9 months ago (2016-03-15 17:09:23 UTC) #13
Justin Donnelly
https://codereview.chromium.org/1785923010/diff/100001/chrome/browser/autofill/options_util.cc File chrome/browser/autofill/options_util.cc (left): https://codereview.chromium.org/1785923010/diff/100001/chrome/browser/autofill/options_util.cc#oldcode15 chrome/browser/autofill/options_util.cc:15: bool WalletIntegrationAvailableForProfile(Profile* profile) { On 2016/03/14 23:01:58, Evan Stade ...
4 years, 9 months ago (2016-03-15 17:09:45 UTC) #14
Nicolas Zea
https://codereview.chromium.org/1785923010/diff/120001/sync/internal_api/public/util/experiments.h File sync/internal_api/public/util/experiments.h (right): https://codereview.chromium.org/1785923010/diff/120001/sync/internal_api/public/util/experiments.h#newcode40 sync/internal_api/public/util/experiments.h:40: bool wallet_sync_enabled; We can actually just delete this (and ...
4 years, 9 months ago (2016-03-15 18:19:27 UTC) #15
Evan Stade
(+24 lines, -424 lines) lgtm!
4 years, 9 months ago (2016-03-15 19:15:05 UTC) #16
Nicolas Zea
LGTM++
4 years, 9 months ago (2016-03-15 19:43:07 UTC) #17
Justin Donnelly
https://codereview.chromium.org/1785923010/diff/120001/sync/internal_api/public/util/experiments.h File sync/internal_api/public/util/experiments.h (right): https://codereview.chromium.org/1785923010/diff/120001/sync/internal_api/public/util/experiments.h#newcode40 sync/internal_api/public/util/experiments.h:40: bool wallet_sync_enabled; On 2016/03/15 18:19:27, Nicolas Zea wrote: > ...
4 years, 9 months ago (2016-03-15 20:02:26 UTC) #18
Nicolas Zea
On 2016/03/15 20:02:26, Justin Donnelly wrote: > https://codereview.chromium.org/1785923010/diff/120001/sync/internal_api/public/util/experiments.h > File sync/internal_api/public/util/experiments.h (right): > > https://codereview.chromium.org/1785923010/diff/120001/sync/internal_api/public/util/experiments.h#newcode40 ...
4 years, 9 months ago (2016-03-15 20:05:55 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785923010/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785923010/140001
4 years, 9 months ago (2016-03-15 20:07:56 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:140001)
4 years, 9 months ago (2016-03-15 20:48:34 UTC) #23
commit-bot: I haz the power
4 years, 9 months ago (2016-03-15 20:50:33 UTC) #25
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/04c8fd5e7c57f75262f477e6ac94e18ca76b6371
Cr-Commit-Position: refs/heads/master@{#381304}

Powered by Google App Engine
This is Rietveld 408576698