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

Issue 8772073: [Sync] Add new EnumSet class representing a set of enum values (Closed)

Created:
9 years ago by akalin
Modified:
9 years ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, Raghu Simha, ncarter (slow), tim (not reviewing), Paweł Hajdan Jr.
Visibility:
Public.

Description

[Sync] Add new EnumSet class representing a set of enum values This will eventually replace ModelType{Bit,}Set. BUG=79970 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113147

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -0 lines) Patch
A chrome/browser/sync/util/enum_set.h View 1 1 chunk +271 lines, -0 lines 0 comments Download
A chrome/browser/sync/util/enum_set_unittest.cc View 1 1 chunk +190 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
akalin
+zea for review
9 years ago (2011-12-03 03:05:48 UTC) #1
Nicolas Zea
http://codereview.chromium.org/8772073/diff/1/chrome/browser/sync/util/enum_set.h File chrome/browser/sync/util/enum_set.h (right): http://codereview.chromium.org/8772073/diff/1/chrome/browser/sync/util/enum_set.h#newcode195 chrome/browser/sync/util/enum_set.h:195: EnumSet Union(EnumSet other) const WARN_UNUSED_RESULT { Although it can't ...
9 years ago (2011-12-05 22:39:22 UTC) #2
akalin
On 2011/12/05 22:39:22, nzea wrote: > http://codereview.chromium.org/8772073/diff/1/chrome/browser/sync/util/enum_set.h > File chrome/browser/sync/util/enum_set.h (right): > > http://codereview.chromium.org/8772073/diff/1/chrome/browser/sync/util/enum_set.h#newcode195 > ...
9 years ago (2011-12-05 23:47:16 UTC) #3
akalin
Comments addressed, PTAL.
9 years ago (2011-12-06 00:12:45 UTC) #4
Nicolas Zea
LGTM
9 years ago (2011-12-06 00:18:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/8772073/5001
9 years ago (2011-12-06 02:55:41 UTC) #6
commit-bot: I haz the power
9 years ago (2011-12-06 07:34:18 UTC) #7
Change committed as 113147

Powered by Google App Engine
This is Rietveld 408576698