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

Issue 12225046: [cros] Set profile pref for locally managed users (Closed)

Created:
7 years, 10 months ago by Nikita (slow)
Modified:
7 years, 10 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, sail+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

[cros] Set profile pref for locally managed users Depends on https://codereview.chromium.org/12225051 BUG=167661 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181684

Patch Set 1 #

Patch Set 2 : initialize pref on Profile::CREATE_STATUS_CREATED cb #

Total comments: 6

Patch Set 3 : review #

Total comments: 2

Patch Set 4 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -6 lines) Patch
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 3 chunks +17 lines, -6 lines 0 comments Download
M chrome/browser/profiles/profile_manager.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nikita (slow)
dpolukhin@ > chromeos/login rpetterson@ > profiles/*
7 years, 10 months ago (2013-02-08 10:49:08 UTC) #1
Nikita (slow)
Please take a look, thanks!
7 years, 10 months ago (2013-02-08 15:48:26 UTC) #2
Dmitry Polukhin
https://codereview.chromium.org/12225046/diff/5/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): https://codereview.chromium.org/12225046/diff/5/chrome/browser/chromeos/login/login_utils.cc#newcode509 chrome/browser/chromeos/login/login_utils.cc:509: // Processing Profile::CREATE_STATUS_INITIALIZED notification. Could you please remove this ...
7 years, 10 months ago (2013-02-08 17:26:53 UTC) #3
Nikita (slow)
https://codereview.chromium.org/12225046/diff/5/chrome/browser/profiles/profile_manager.cc File chrome/browser/profiles/profile_manager.cc (right): https://codereview.chromium.org/12225046/diff/5/chrome/browser/profiles/profile_manager.cc#newcode479 chrome/browser/profiles/profile_manager.cc:479: // Chrome OS specific note: since we pass string16() ...
7 years, 10 months ago (2013-02-08 21:55:05 UTC) #4
rpetterson
https://codereview.chromium.org/12225046/diff/5/chrome/browser/profiles/profile_manager.cc File chrome/browser/profiles/profile_manager.cc (right): https://codereview.chromium.org/12225046/diff/5/chrome/browser/profiles/profile_manager.cc#newcode479 chrome/browser/profiles/profile_manager.cc:479: // Chrome OS specific note: since we pass string16() ...
7 years, 10 months ago (2013-02-08 22:37:56 UTC) #5
Dmitry Polukhin
LGTM but please fix my comment in login_utils.cc before committing the code.
7 years, 10 months ago (2013-02-09 04:21:37 UTC) #6
Nikita (slow)
Extracted method UserProfileInitialized(user_profile). https://codereview.chromium.org/12225046/diff/5/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): https://codereview.chromium.org/12225046/diff/5/chrome/browser/chromeos/login/login_utils.cc#newcode509 chrome/browser/chromeos/login/login_utils.cc:509: // Processing Profile::CREATE_STATUS_INITIALIZED notification. On 2013/02/08 ...
7 years, 10 months ago (2013-02-11 09:42:12 UTC) #7
Dmitry Polukhin
LGTM with nit https://codereview.chromium.org/12225046/diff/7004/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): https://codereview.chromium.org/12225046/diff/7004/chrome/browser/chromeos/login/login_utils.cc#newcode506 chrome/browser/chromeos/login/login_utils.cc:506: case Profile::CREATE_STATUS_CREATED: { nit, please remove ...
7 years, 10 months ago (2013-02-11 09:50:12 UTC) #8
Nikita (slow)
7 years, 10 months ago (2013-02-11 10:16:39 UTC) #9
https://codereview.chromium.org/12225046/diff/7004/chrome/browser/chromeos/lo...
File chrome/browser/chromeos/login/login_utils.cc (right):

https://codereview.chromium.org/12225046/diff/7004/chrome/browser/chromeos/lo...
chrome/browser/chromeos/login/login_utils.cc:506: case
Profile::CREATE_STATUS_CREATED: {
On 2013/02/11 09:50:12, Dmitry Polukhin wrote:
> nit, please remove {} they are not required.

Done.

Powered by Google App Engine
This is Rietveld 408576698