|
sync: Add GetAllSyncData to sync/api
This allows datatype SyncableServices to request a fresh copy of the data
that was previously only passed over in batch form during
MergeDataAndStartSyncing. Since it can be slow, it should be used
sparingly.
Though currently unused, Sessions will soon need this behavior to deal with
cases where (e.g) the local session is deleted by a foreign client, thereby
corrupting TabNodePool tracking and requiring a full re-association.
TBR=zea@chromium.org
^Many function signature touchups under browser/
BUG= 98892
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221540
Total comments: 7
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+204 lines, -66 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/storage/settings_apitest.cc
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/storage/settings_sync_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/typed_url_syncable_service_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_sync_service_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/managed_mode_policy_provider_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service_sync_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/fake_generic_change_processor.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/fake_generic_change_processor.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/favicon_cache_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/generic_change_processor.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/generic_change_processor.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/generic_change_processor_unittest.cc
|
View
|
1
|
3 chunks |
+9 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/non_ui_data_type_controller.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/shared_change_processor.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/shared_change_processor.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+23 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/shared_change_processor_mock.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/shared_change_processor_ref.h
|
View
|
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/shared_change_processor_ref.cc
|
View
|
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/ui_data_type_controller.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/theme_syncable_service_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_change_processor.h
|
View
|
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/api/syncable_service.h
|
View
|
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|