|
|
[Sync] Add cookie jar mismatch logging
Adds a listener to gaia cookie jar state, which plumbs that down into the
sync context. Cookie jar mismatch state is then sent up on every commit
message, which is then used server-side to ensure improve privacy.
BUG= 599593
Committed: https://crrev.com/3dfdc8754310e28ab5380cbdff39dc08dbc5fd4e
Cr-Commit-Position: refs/heads/master@{#385228}
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+188 lines, -3 lines) |
Patch |
 |
M |
chrome/browser/sync/profile_sync_service_factory.cc
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
View
|
1
|
2 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service.h
|
View
|
1
2
|
6 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service.cc
|
View
|
1
2
3
4
|
6 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/glue/sync_backend_host.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/glue/sync_backend_host_core.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/glue/sync_backend_host_core.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/glue/sync_backend_host_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/glue/sync_backend_host_impl.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/glue/sync_backend_host_mock.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/glue/sync_backend_host_mock.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/commit.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/commit.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/commit_util.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/commit_util.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/syncer.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/sync_manager.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/test/fake_sync_manager.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/test/fake_sync_manager.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/proto_value_conversions.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/sync.proto
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/sync_session_context.h
|
View
|
1
2
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/sync_session_context.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/test/fake_server/fake_server.h
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_server/fake_server.cc
|
View
|
1
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (14 generated)
|