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

Issue 2752533002: Convert PrefHashFilter enums to enum class. (Closed)

Created:
3 years, 9 months ago by Sam McNally
Modified:
3 years, 9 months ago
Reviewers:
gab
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert PrefHashFilter enums to enum class. The enums in PrefHashFilter will soon be mojom-generated. Mojom-generated enums are always enum class enums. This changes those enums to be enum class enums in preparation of that change. BUG=654988 Review-Url: https://codereview.chromium.org/2752533002 Cr-Commit-Position: refs/heads/master@{#457276} Committed: https://chromium.googlesource.com/chromium/src/+/6810f4a0e51ff154c73f1540772f8b65ce117acd

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -257 lines) Patch
M chrome/browser/prefs/chrome_pref_service_factory.cc View 1 3 chunks +71 lines, -145 lines 0 comments Download
M chrome/browser/prefs/profile_pref_store_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/prefs/profile_pref_store_manager_unittest.cc View 8 chunks +21 lines, -18 lines 0 comments Download
M components/user_prefs/tracked/mock_validation_delegate.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/user_prefs/tracked/pref_hash_filter.h View 1 chunk +7 lines, -7 lines 0 comments Download
M components/user_prefs/tracked/pref_hash_filter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/user_prefs/tracked/pref_hash_filter_unittest.cc View 1 21 chunks +49 lines, -79 lines 0 comments Download
M components/user_prefs/tracked/tracked_preference_helper.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 30 (24 generated)
Sam McNally
3 years, 9 months ago (2017-03-14 00:45:02 UTC) #11
Sam McNally
-gab, +bauerb
3 years, 9 months ago (2017-03-15 01:35:06 UTC) #17
gab
lgtm thanks (sorry for delay) -bauerb https://codereview.chromium.org/2752533002/diff/20001/chrome/browser/prefs/chrome_pref_service_factory.cc File chrome/browser/prefs/chrome_pref_service_factory.cc (right): https://codereview.chromium.org/2752533002/diff/20001/chrome/browser/prefs/chrome_pref_service_factory.cc#newcode101 chrome/browser/prefs/chrome_pref_service_factory.cc:101: PrefHashFilter::EnforcementLevel::ENFORCE_ON_LOAD, Let's add ...
3 years, 9 months ago (2017-03-15 14:16:36 UTC) #19
Sam McNally
https://codereview.chromium.org/2752533002/diff/20001/chrome/browser/prefs/chrome_pref_service_factory.cc File chrome/browser/prefs/chrome_pref_service_factory.cc (right): https://codereview.chromium.org/2752533002/diff/20001/chrome/browser/prefs/chrome_pref_service_factory.cc#newcode101 chrome/browser/prefs/chrome_pref_service_factory.cc:101: PrefHashFilter::EnforcementLevel::ENFORCE_ON_LOAD, On 2017/03/15 14:16:36, gab wrote: > Let's add ...
3 years, 9 months ago (2017-03-16 00:09:36 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2752533002/40001
3 years, 9 months ago (2017-03-16 00:10:10 UTC) #27
commit-bot: I haz the power
3 years, 9 months ago (2017-03-16 00:18:39 UTC) #30
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/6810f4a0e51ff154c73f1540772f...

Powered by Google App Engine
This is Rietveld 408576698