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

Issue 2297373002: Refactor PrefHashStore's BeginTransaction to take a rawptr (Closed)

Created:
4 years, 3 months ago by proberge
Modified:
4 years, 3 months ago
Reviewers:
gab
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor PrefHashStore's BeginTransaction to take a rawptr To support a new HashStoreContents which needs to be passed around in a different manner, the PrefHashStoreTransaction now has a raw ptr instead of owning the HashStoreContents. BUG=624858 Committed: https://crrev.com/9164d24b054643599f0ec0a14243ff1bf956e269 Cr-Commit-Position: refs/heads/master@{#417023}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments on #1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -54 lines) Patch
M components/user_prefs/tracked/pref_hash_filter.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M components/user_prefs/tracked/pref_hash_filter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/user_prefs/tracked/pref_hash_store.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/user_prefs/tracked/pref_hash_store_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/user_prefs/tracked/pref_hash_store_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M components/user_prefs/tracked/pref_hash_store_impl_unittest.cc View 1 20 chunks +36 lines, -31 lines 0 comments Download
M components/user_prefs/tracked/tracked_preferences_migration.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M components/user_prefs/tracked/tracked_preferences_migration_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
proberge
4 years, 3 months ago (2016-08-31 20:24:15 UTC) #3
gab
lg https://codereview.chromium.org/2297373002/diff/1/components/user_prefs/tracked/pref_hash_store.h File components/user_prefs/tracked/pref_hash_store.h (right): https://codereview.chromium.org/2297373002/diff/1/components/user_prefs/tracked/pref_hash_store.h#newcode25 components/user_prefs/tracked/pref_hash_store.h:25: // not outlive |storage|. Raw pointer in Chromium ...
4 years, 3 months ago (2016-09-01 20:31:50 UTC) #4
proberge
https://codereview.chromium.org/2297373002/diff/1/components/user_prefs/tracked/pref_hash_store.h File components/user_prefs/tracked/pref_hash_store.h (right): https://codereview.chromium.org/2297373002/diff/1/components/user_prefs/tracked/pref_hash_store.h#newcode25 components/user_prefs/tracked/pref_hash_store.h:25: // not outlive |storage|. On 2016/09/01 20:31:50, gab wrote: ...
4 years, 3 months ago (2016-09-06 19:24:10 UTC) #5
gab
lgtm
4 years, 3 months ago (2016-09-07 15:03:18 UTC) #6
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/2297373002/20001
4 years, 3 months ago (2016-09-07 18:09:44 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-07 19:16:10 UTC) #10
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 19:19:39 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9164d24b054643599f0ec0a14243ff1bf956e269
Cr-Commit-Position: refs/heads/master@{#417023}

Powered by Google App Engine
This is Rietveld 408576698