|
Separate SyncData methods into three groups, local, remote, and common.
SyncData objects come in two varieties, local and remote. Local
SyncData are those that originiate from datatype code (CreateLocalData).
Remote SyncData originate from sync (CreateRemoteData). This change
adds SyncDataLocal and SyncDataRemote.
The purpose of this change is to make clear which methods may be called
on a given SyncData instance.
Local methods are accessed via SyncData::AsLocal(). Remote methods via
SyncData::AsRemote().
TBR=brettw
BUG= 357305
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261273
Total comments: 6
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+207 lines, -161 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/storage/settings_sync_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_sync_bundle.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_bundle.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/favicon_cache_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/generic_change_processor.cc
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions2/sessions_sync_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc
|
View
|
1
2
3
4
|
18 chunks |
+40 lines, -24 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_change.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sync/api/sync_change_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_data.h
|
View
|
1
2
3
4
|
5 chunks |
+74 lines, -63 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_data.cc
|
View
|
1
2
3
4
|
4 chunks |
+44 lines, -35 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_data_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|