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

Issue 2382443006: Sync MDP: implement MemoryDumpProvider

Created:
4 years, 2 months ago by Dmitry Skiba
Modified:
4 years, 2 months ago
Reviewers:
CC:
chromium-reviews, tracing+reviews_chromium.org, wfh+watch_chromium.org, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Sync MDP: implement MemoryDumpProvider BUG=649065

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+860 lines, -26 lines) Patch
A base/trace_event/memory_usage_estimators.h View 1 chunk +193 lines, -0 lines 0 comments Download
M components/sync/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
M components/sync/base/proto_value_ptr.h View 2 chunks +9 lines, -0 lines 0 comments Download
M components/sync/base/unique_position.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/sync/base/unique_position.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M components/sync/core/sync_manager.h View 2 chunks +9 lines, -0 lines 0 comments Download
M components/sync/core/test/fake_sync_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync/core_impl/sync_manager_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync/core_impl/sync_manager_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/sync/core_impl/test/fake_sync_manager.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/sync/driver/glue/sync_backend_host_core.h View 3 chunks +6 lines, -0 lines 0 comments Download
M components/sync/driver/glue/sync_backend_host_core.cc View 4 chunks +16 lines, -0 lines 0 comments Download
A components/sync/protocol/proto_size_estimations.h View 1 chunk +23 lines, -0 lines 0 comments Download
A components/sync/protocol/proto_size_estimations.cc View 1 chunk +166 lines, -0 lines 0 comments Download
A components/sync/protocol/proto_size_estimations_unittest.cc View 1 chunk +147 lines, -0 lines 0 comments Download
M components/sync/protocol/proto_value_conversions.cc View 2 chunks +15 lines, -1 line 0 comments Download
M components/sync/protocol/proto_visitors.h View 12 chunks +67 lines, -0 lines 0 comments Download
M components/sync/syncable/directory.h View 3 chunks +11 lines, -0 lines 0 comments Download
M components/sync/syncable/directory.cc View 4 chunks +64 lines, -0 lines 0 comments Download
M components/sync/syncable/directory_backing_store.h View 2 chunks +8 lines, -0 lines 0 comments Download
M components/sync/syncable/directory_backing_store.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M components/sync/syncable/entry_kernel.h View 2 chunks +5 lines, -0 lines 0 comments Download
M components/sync/syncable/entry_kernel.cc View 3 chunks +16 lines, -1 line 0 comments Download
M components/sync/syncable/syncable_id.h View 2 chunks +5 lines, -0 lines 0 comments Download
M sql/connection.h View 2 chunks +5 lines, -0 lines 0 comments Download
M sql/connection.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M sql/connection_memory_dump_provider.h View 2 chunks +10 lines, -0 lines 0 comments Download
M sql/connection_memory_dump_provider.cc View 2 chunks +53 lines, -24 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698