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

Issue 1212733005: Removal of UpdateMultivaluedField() as we now don't have multiple values for name,email and phone n… (Closed)

Created:
5 years, 5 months ago by Deepak
Modified:
5 years, 5 months ago
CC:
chromium-reviews, estade+watch_chromium.org, browser-components-watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removal of UpdateMultivaluedField() as we now don't have multiple values for name,email and phone number as per unique profile GUID. UpdateMultivaluedField() is no more needed. Same can be achieved by UpdateField(). BUG=507208 Committed: https://crrev.com/1aa0126ec8eae48b752225ce49f6b37bb70c6e10 Cr-Commit-Position: refs/heads/master@{#338557}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changes as per review comments. #

Total comments: 5

Patch Set 3 : Changes as per review comments. #

Total comments: 2

Patch Set 4 : Changes as per review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -33 lines) Patch
M components/autofill/core/browser/webdata/autofill_profile_syncable_service.h View 2 chunks +0 lines, -7 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc View 1 2 3 3 chunks +27 lines, -26 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
Deepak
PTAL at this small change.
5 years, 5 months ago (2015-07-06 10:08:33 UTC) #2
Deepak
Please review.
5 years, 5 months ago (2015-07-08 13:12:23 UTC) #4
vabr (Chromium)
LGTM, but I'm not an OWNER of this code. Normally, if you ask multiple people ...
5 years, 5 months ago (2015-07-08 13:20:04 UTC) #5
Deepak
@Evan Please review this small change. https://codereview.chromium.org/1212733005/diff/1/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc File components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (right): https://codereview.chromium.org/1212733005/diff/1/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc#newcode327 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc:327: // Update all ...
5 years, 5 months ago (2015-07-08 14:53:36 UTC) #6
Evan Stade
https://codereview.chromium.org/1212733005/diff/20001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc File components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (right): https://codereview.chromium.org/1212733005/diff/20001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc#newcode328 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc:328: ::google::protobuf::RepeatedPtrField<std::string> values = it doesn't seem like there's much ...
5 years, 5 months ago (2015-07-08 21:03:00 UTC) #7
Deepak
@Evan Changes done as suggested. PTAL Thanks https://codereview.chromium.org/1212733005/diff/20001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc File components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (right): https://codereview.chromium.org/1212733005/diff/20001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc#newcode328 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc:328: ::google::protobuf::RepeatedPtrField<std::string> values ...
5 years, 5 months ago (2015-07-09 05:14:28 UTC) #8
Evan Stade
https://codereview.chromium.org/1212733005/diff/20001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc File components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (right): https://codereview.chromium.org/1212733005/diff/20001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc#newcode331 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc:331: UpdateField(NAME_FIRST, values.size() < 1 ? std::string() : values.Get(0), On ...
5 years, 5 months ago (2015-07-09 19:06:56 UTC) #9
Deepak
@Evan Thanks for review. Changes done as suggested. PTAL https://codereview.chromium.org/1212733005/diff/40001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc File components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (right): https://codereview.chromium.org/1212733005/diff/40001/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc#newcode330 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc:330: ...
5 years, 5 months ago (2015-07-10 06:09:54 UTC) #10
Deepak
Friendly Ping.:)
5 years, 5 months ago (2015-07-13 15:20:34 UTC) #11
Evan Stade
lgtm
5 years, 5 months ago (2015-07-13 19:02:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212733005/60001
5 years, 5 months ago (2015-07-13 19:04:53 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-13 20:21:57 UTC) #16
commit-bot: I haz the power
5 years, 5 months ago (2015-07-13 20:22:48 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1aa0126ec8eae48b752225ce49f6b37bb70c6e10
Cr-Commit-Position: refs/heads/master@{#338557}

Powered by Google App Engine
This is Rietveld 408576698