|
Pass errors generated during limited-user registration up to the UI for display.
Introduces a new Profile::CREATE_STATUS_REMOTE_FAIL type, and renames
CREATE_STATUS_FAIL to CREATE_STATUS_LOCAL_FAIL. Adds callbacks and reorganizes
profile creation to allow registration errors to propagate back up to the UI
layer, and displays them in the profile creation dialog. Adds a spinner to the
creation dialog. Adds UMA metrics.
BUG= 234991
TEST=manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203976
Total comments: 10
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+274 lines, -160 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_utils.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_registration_service.h
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_registration_service.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_service.h
|
View
|
1
2
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_mode/managed_user_service.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile.h
|
View
|
1
2
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_manager.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_manager_browsertest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_metrics.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/browser_options.js
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/manage_profile_overlay.html
|
View
|
1
2
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/manage_profile_overlay.js
|
View
|
1
2
3
4
5
6
|
5 chunks |
+28 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/profile_loader.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
View
|
1
2
|
1 chunk |
+2 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
|
1 chunk |
+49 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/browser_options_handler.h
|
View
|
1
2
3
4
|
2 chunks |
+19 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/browser_options_handler.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+120 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/manage_profile_handler.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/manage_profile_handler.cc
|
View
|
1
2
|
3 chunks |
+1 line, -34 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|