|
|
[Sync] Move keystore key handling to SyncEncryptionHandlerImpl
The cryptographer has no notion of keystore keys, and we now persist the
keystore key by reusing the OnBoostrapTokenUpdated method (which now takes
an enum as an extra param specifying the type of token).
BUG= 129665
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=154007
Total comments: 14
Total comments: 4
Total comments: 14
Total comments: 6
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+250 lines, -230 lines) |
Patch |
 |
M |
chrome/browser/sync/glue/sync_backend_host.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/sync_backend_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+12 lines, -26 lines |
0 comments
|
Download
|
 |
M |
sync/engine/download_updates_command.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sync/engine/syncer_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/debug_info_event_listener.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/internal_api/debug_info_event_listener.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/js_sync_encryption_handler_observer.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/internal_api/js_sync_encryption_handler_observer.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/js_sync_encryption_handler_observer_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/sync_encryption_handler.h
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/sync_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/test/fake_sync_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/util/sync_string_conversions.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/util/sync_string_conversions.cc
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_encryption_handler_impl.h
|
View
|
1
2
3
4
|
3 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_encryption_handler_impl.cc
|
View
|
1
2
3
4
|
4 chunks |
+32 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+27 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -16 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
14 chunks |
+28 lines, -14 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/test/fake_sync_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/client_debug_info.proto
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/syncable/nigori_handler.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_sync_encryption_handler.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_sync_encryption_handler.cc
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/util/cryptographer.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+13 lines, -25 lines |
0 comments
|
Download
|
 |
M |
sync/util/cryptographer.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+26 lines, -65 lines |
0 comments
|
Download
|
 |
M |
sync/util/cryptographer_unittest.cc
|
View
|
|
2 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|