Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Issue 1716163005: MD user manager (C++ for create profile flow) (Closed)

Created:
4 years, 10 months ago by Moe
Modified:
4 years, 9 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, Pam (message me for reviews)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD user manager (C++ for create profile flow) Part 1 of https://codereview.chromium.org/1630903002/ BUG=563722 Committed: https://crrev.com/c2029d459ec656ad49799d2e47c75795a42c185a Cr-Commit-Position: refs/heads/master@{#379058}

Patch Set 1 : Initial #

Total comments: 22

Patch Set 2 : addressed comments #

Total comments: 6

Patch Set 3 : addressed comment #2 #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -302 lines) Patch
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/create_profile_handler.cc View 1 2 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/manage_profile_handler.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/ui/webui/options/options_handlers_helper.h View 1 1 chunk +0 lines, -29 lines 0 comments Download
D chrome/browser/ui/webui/options/options_handlers_helper.cc View 1 1 chunk +0 lines, -42 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/ui/webui/profile_helper.h View 1 2 2 chunks +5 lines, -7 lines 0 comments Download
A + chrome/browser/ui/webui/profile_helper.cc View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/settings/settings_manage_profile_handler.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A + chrome/browser/ui/webui/signin/md_user_manager_ui.h View 1 2 chunks +10 lines, -8 lines 0 comments Download
A + chrome/browser/ui/webui/signin/md_user_manager_ui.cc View 1 2 3 chunks +20 lines, -20 lines 0 comments Download
A + chrome/browser/ui/webui/signin/signin_create_profile_handler.h View 10 chunks +57 lines, -29 lines 0 comments Download
A + chrome/browser/ui/webui/signin/signin_create_profile_handler.cc View 1 2 17 chunks +280 lines, -136 lines 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.cc View 1 2 3 3 chunks +4 lines, -11 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
Moe
dbeam@ I broke https://codereview.chromium.org/1630903002/ into three parts. Here's part 1
4 years, 10 months ago (2016-02-23 00:03:26 UTC) #4
Dan Beam
looks pretty good to me https://codereview.chromium.org/1716163005/diff/20001/chrome/browser/ui/webui/signin/md_user_manager_ui.cc File chrome/browser/ui/webui/signin/md_user_manager_ui.cc (right): https://codereview.chromium.org/1716163005/diff/20001/chrome/browser/ui/webui/signin/md_user_manager_ui.cc#newcode25 chrome/browser/ui/webui/signin/md_user_manager_ui.cc:25: // The web_ui object ...
4 years, 10 months ago (2016-02-25 01:04:40 UTC) #5
Moe
Addressed your comments Dan. Thank you. https://codereview.chromium.org/1716163005/diff/20001/chrome/browser/ui/webui/signin/md_user_manager_ui.cc File chrome/browser/ui/webui/signin/md_user_manager_ui.cc (right): https://codereview.chromium.org/1716163005/diff/20001/chrome/browser/ui/webui/signin/md_user_manager_ui.cc#newcode25 chrome/browser/ui/webui/signin/md_user_manager_ui.cc:25: // The web_ui ...
4 years, 10 months ago (2016-02-25 16:03:03 UTC) #6
Dan Beam
lgtm but I still don't understand what the _LEGACY_ is about in supervised user strings. ...
4 years, 9 months ago (2016-02-29 20:25:33 UTC) #7
Marc Treib
Much of the supervised users code in Chrome is used for both supervised users and ...
4 years, 9 months ago (2016-03-01 09:13:46 UTC) #8
Moe
https://codereview.chromium.org/1716163005/diff/40001/chrome/browser/ui/webui/options/create_profile_handler.cc File chrome/browser/ui/webui/options/create_profile_handler.cc (right): https://codereview.chromium.org/1716163005/diff/40001/chrome/browser/ui/webui/options/create_profile_handler.cc#newcode221 chrome/browser/ui/webui/options/create_profile_handler.cc:221: Profile::CREATE_STATUS_INITIALIZED); On 2016/02/29 20:25:32, Dan Beam wrote: > nit: ...
4 years, 9 months ago (2016-03-01 18:29:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1716163005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1716163005/80001
4 years, 9 months ago (2016-03-03 18:24:21 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 9 months ago (2016-03-03 19:38:17 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-03 19:45:12 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c2029d459ec656ad49799d2e47c75795a42c185a
Cr-Commit-Position: refs/heads/master@{#379058}

Powered by Google App Engine
This is Rietveld 408576698