|
Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.
Update unit tests that call SyncData::CreateLocalData to call the new
version.
Add AttachmentServiceProxyForTest to reduce boilerplate in tests.
Add a MessageLoop to ManagedUserSyncServiceTest, DomDistillerStoreTest,
and SyncChangeTest because AttachmentServiceProxyForTest needs one.
Format modified lines with clang-format.
TBR=pam,droger,asargent,pkasting,pkotwicz,cjhopman
BUG= 353296
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263128
Total comments: 3
Total comments: 2
Total comments: 1
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+810 lines, -341 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/sessions/sessions_apitest.cc
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+26 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_sync_service_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/favicon_cache_unittest.cc
|
View
|
1
2
3
4
|
20 chunks |
+324 lines, -222 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/generic_change_processor.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc
|
View
|
1
2
3
4
|
15 chunks |
+114 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/theme_syncable_service_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc
|
View
|
1
2
3
4
|
2 chunks |
+17 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_store_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_service_proxy.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+59 lines, -10 lines |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_service_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+68 lines, -9 lines |
0 comments
|
Download
|
 |
A |
sync/api/attachments/attachment_service_proxy_for_test.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/api/attachments/attachment_service_proxy_for_test.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_change_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+34 lines, -13 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_data.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_data.cc
|
View
|
1
2
3
5
6
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_data_unittest.cc
|
View
|
1
2
3
5
6
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
sync/sync_api.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|