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

Issue 1052673002: Expose kDeviceLoginScreenDomainAutoComplete through CrosSettings (Closed)

Created:
5 years, 8 months ago by peletskyi
Modified:
5 years, 8 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Expose kDeviceLoginScreenDomainAutoComplete through CrosSettings BUG=471242 Committed: https://crrev.com/4266e4cb376444ab767ee39c1a96267626bd5da9 Cr-Commit-Position: refs/heads/master@{#324048}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : Added unit test #

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Total comments: 7

Patch Set 7 : nit fix + rebase #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -23 lines) Patch
M chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc View 1 2 3 4 5 2 chunks +10 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/policy/proto/chrome_device_policy.proto View 3 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_provider.cc View 1 2 3 4 5 6 7 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_provider_unittest.cc View 1 2 3 4 5 6 7 2 chunks +35 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M chromeos/settings/cros_settings_names.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chromeos/settings/cros_settings_names.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
peletskyi
Please take a look
5 years, 8 months ago (2015-04-01 13:14:47 UTC) #2
Andrew T Wilson (Slow)
Also, we need a test for this. See DeviceSettingsProviderTest.DecodeHeartbeatSettings for an example. https://codereview.chromium.org/1052673002/diff/20001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc File chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc ...
5 years, 8 months ago (2015-04-01 13:33:22 UTC) #3
peletskyi
PTAL https://codereview.chromium.org/1052673002/diff/20001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc File chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc (left): https://codereview.chromium.org/1052673002/diff/20001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc#oldcode603 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc:603: !container.login_screen_domain_auto_complete().empty()) { On 2015/04/01 13:33:21, Andrew T Wilson ...
5 years, 8 months ago (2015-04-01 13:55:19 UTC) #5
Andrew T Wilson (Slow)
mostly lg - still want a test, and want to have mnissler chime in about ...
5 years, 8 months ago (2015-04-01 14:05:15 UTC) #6
peletskyi
On 2015/04/01 14:05:15, Andrew T Wilson wrote: > mostly lg - still want a test, ...
5 years, 8 months ago (2015-04-01 15:32:54 UTC) #7
Mattias Nissler (ping if slow)
https://codereview.chromium.org/1052673002/diff/80001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc File chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc (left): https://codereview.chromium.org/1052673002/diff/80001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc#oldcode601 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc:601: // value is not an empty string. The rule ...
5 years, 8 months ago (2015-04-02 08:29:38 UTC) #8
peletskyi
PTAL stevenjb, derat: can you take a look at chromeos/settings/cros_settings_names.* Thanks :) https://codereview.chromium.org/1052673002/diff/80001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc File chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc ...
5 years, 8 months ago (2015-04-07 12:06:29 UTC) #10
Mattias Nissler (ping if slow)
This LGTM from my side, just some documentation and edge case nits that don't require ...
5 years, 8 months ago (2015-04-07 12:29:46 UTC) #11
Daniel Erat
lgtm for chromeos/ with a naming question https://codereview.chromium.org/1052673002/diff/100001/chromeos/settings/cros_settings_names.cc File chromeos/settings/cros_settings_names.cc (right): https://codereview.chromium.org/1052673002/diff/100001/chromeos/settings/cros_settings_names.cc#newcode43 chromeos/settings/cros_settings_names.cc:43: const char ...
5 years, 8 months ago (2015-04-07 13:46:47 UTC) #12
peletskyi
Hi Mattias, I provided answers to your questions based on my knowledge and my understanding. ...
5 years, 8 months ago (2015-04-07 13:48:13 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1052673002/120001
5 years, 8 months ago (2015-04-07 14:00:02 UTC) #16
peletskyi
On 2015/04/07 13:46:47, Daniel Erat wrote: > lgtm for chromeos/ with a naming question > ...
5 years, 8 months ago (2015-04-07 14:10:01 UTC) #17
Daniel Erat
On 2015/04/07 14:10:01, peletskyi wrote: > On 2015/04/07 13:46:47, Daniel Erat wrote: > > lgtm ...
5 years, 8 months ago (2015-04-07 14:13:14 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1052673002/140001
5 years, 8 months ago (2015-04-07 14:32:27 UTC) #21
peletskyi
On 2015/04/07 14:13:14, Daniel Erat wrote: > On 2015/04/07 14:10:01, peletskyi wrote: > > On ...
5 years, 8 months ago (2015-04-07 14:33:23 UTC) #22
Daniel Erat
lgtm thanks
5 years, 8 months ago (2015-04-07 15:13:47 UTC) #23
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 8 months ago (2015-04-07 15:57:21 UTC) #24
commit-bot: I haz the power
5 years, 8 months ago (2015-04-07 15:58:20 UTC) #25
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/4266e4cb376444ab767ee39c1a96267626bd5da9
Cr-Commit-Position: refs/heads/master@{#324048}

Powered by Google App Engine
This is Rietveld 408576698