|
Sync: Support multiple setup UIs.
Replaces the SetSetupInProgress mechanism with a scoped
GetSetupInProgressHandle mechanism. This has two advantages:
1. Allows for multiple simultaneously open Setup UIs.
2. Prevents a buggy UI from blocking Sync indefinitely by forgetting
to SetSetupInProgress(false).
BUG= 563721
Committed: https://crrev.com/12c4b7c0a33a0b4d4d2ea0746325e8a371272248
Cr-Commit-Position: refs/heads/master@{#399581}
Total comments: 3
Total comments: 20
Total comments: 3
Total comments: 4
Total comments: 6
Total comments: 7
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+180 lines, -80 lines) |
Patch |
 |
M |
chrome/browser/browsing_data/history_counter_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/supervised_user/supervised_user_service.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/supervised_user/supervised_user_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_android.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/profile_sync_service_harness.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_sync_starter.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/sync_setup_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/sync_setup_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/people_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/people_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/people_handler_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+17 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+27 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service_mock.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
1 comment
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service_startup_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_sync_service.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_sync_service.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/sync_service.h
|
View
|
1
2
3
4
5
|
4 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/sync_service.cc
|
View
|
1
2
3
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/sync/sync_setup_service.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/sync/sync_setup_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 42 (15 generated)
|