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

Issue 1458013003: [Sync] USS: Add EntityChange. (Closed)

Created:
5 years, 1 month ago by maxbogue
Modified:
5 years ago
Reviewers:
stanisc, skym, pavely
CC:
chromium-reviews, tim+watch_chromium.org, pvalenzuela+watch_chromium.org, maxbogue+watch_chromium.org, plaree+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@uss-data
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] USS: Add EntityChange. BUG=536895, 543405 Committed: https://crrev.com/f09d94201b089399747476e4bab4b81a176ba675 Cr-Commit-Position: refs/heads/master@{#361153}

Patch Set 1 #

Patch Set 2 : Make things const. #

Patch Set 3 : Rebase. #

Total comments: 4

Patch Set 4 : Address comment and fix windows build. #

Patch Set 5 : Rebase on master. #

Total comments: 1

Patch Set 6 : Prefix with ACTION_ and add gyp. #

Total comments: 6

Patch Set 7 : s/client_tag/client_key/ etc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -4 lines) Patch
M components/sync_driver/device_info_service.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/sync_driver/device_info_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sync/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A sync/api/entity_change.h View 1 2 3 4 5 6 1 chunk +46 lines, -0 lines 0 comments Download
A sync/api/entity_change.cc View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
M sync/api/model_type_service.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sync.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
maxbogue
USS folks, PTAL!
5 years, 1 month ago (2015-11-20 17:05:05 UTC) #2
stanisc
lgtm with a couple of comments. https://codereview.chromium.org/1458013003/diff/40001/sync/api/entity_change.h File sync/api/entity_change.h (right): https://codereview.chromium.org/1458013003/diff/40001/sync/api/entity_change.h#newcode23 sync/api/entity_change.h:23: static EntityChange CreateAdd(std::string ...
5 years, 1 month ago (2015-11-20 19:01:49 UTC) #3
maxbogue
https://codereview.chromium.org/1458013003/diff/40001/sync/api/entity_change.h File sync/api/entity_change.h (right): https://codereview.chromium.org/1458013003/diff/40001/sync/api/entity_change.h#newcode23 sync/api/entity_change.h:23: static EntityChange CreateAdd(std::string client_tag, EntityDataPtr data); On 2015/11/20 19:01:49, ...
5 years, 1 month ago (2015-11-20 19:53:25 UTC) #4
pavely
lgtm % one change. https://codereview.chromium.org/1458013003/diff/80001/sync/BUILD.gn File sync/BUILD.gn (right): https://codereview.chromium.org/1458013003/diff/80001/sync/BUILD.gn#newcode29 sync/BUILD.gn:29: "api/entity_change.cc", There should be corresponding ...
5 years, 1 month ago (2015-11-21 00:59:48 UTC) #5
maxbogue
I've prefixed the ChangeType enums with ACTION_ because apparently windows is ridiculous enough to have ...
5 years ago (2015-11-23 16:30:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1458013003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1458013003/100001
5 years ago (2015-11-23 16:30:34 UTC) #9
skym
lgtm https://codereview.chromium.org/1458013003/diff/100001/sync/api/entity_change.h File sync/api/entity_change.h (right): https://codereview.chromium.org/1458013003/diff/100001/sync/api/entity_change.h#newcode29 sync/api/entity_change.h:29: std::string client_tag() const { return client_tag_; } My ...
5 years ago (2015-11-23 16:57:16 UTC) #11
maxbogue
https://codereview.chromium.org/1458013003/diff/100001/sync/api/entity_change.h File sync/api/entity_change.h (right): https://codereview.chromium.org/1458013003/diff/100001/sync/api/entity_change.h#newcode29 sync/api/entity_change.h:29: std::string client_tag() const { return client_tag_; } On 2015/11/23 ...
5 years ago (2015-11-23 17:00:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1458013003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1458013003/120001
5 years ago (2015-11-23 17:02:09 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/132838)
5 years ago (2015-11-23 18:09:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1458013003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1458013003/120001
5 years ago (2015-11-23 18:17:28 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-11-23 19:27:06 UTC) #20
commit-bot: I haz the power
5 years ago (2015-11-23 19:28:00 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/f09d94201b089399747476e4bab4b81a176ba675
Cr-Commit-Position: refs/heads/master@{#361153}

Powered by Google App Engine
This is Rietveld 408576698