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

Issue 5671003: [Chrome OS] Plumb new error codes from SignedSettings to consumers of the API (Closed)

Created:
10 years ago by Chris Masone
Modified:
9 years, 7 months ago
Reviewers:
xiyuan, Denis Lagno
CC:
chromium-reviews, Paweł Hajdan Jr., nkostylev+cc_chromium.org, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

[Chrome OS] Plumb new error codes from SignedSettings to consumers of the API Finish taking new SignedSettings::ReturnCode values all the way out to consumers of the SignedSettingsHelper API BUG=chromium-os:9666 TEST=unit tests, install on device, ensure that Guest mode setting can be updated and is honored. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68866

Patch Set 1 #

Total comments: 6

Patch Set 2 : address comments per dilmah #

Total comments: 1

Patch Set 3 : address xiyuan nit #

Patch Set 4 : remove untoward log statement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -153 lines) Patch
M chrome/browser/chromeos/login/login_performer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_performer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/signed_settings.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/signed_settings.cc View 1 2 9 chunks +18 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/login/signed_settings_helper.h View 1 2 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/signed_settings_helper.cc View 1 2 5 chunks +12 lines, -59 lines 0 comments Download
M chrome/browser/chromeos/login/signed_settings_helper_unittest.cc View 1 4 chunks +20 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/login/signed_settings_unittest.cc View 1 chunk +12 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl.h View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl.cc View 1 2 1 chunk +19 lines, -21 lines 0 comments Download
M chrome/browser/chromeos/user_cros_settings_provider.cc View 1 2 3 4 chunks +14 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Chris Masone
10 years ago (2010-12-09 02:05:50 UTC) #1
Chris Masone
On 2010/12/09 02:05:50, Chris Masone wrote: I didn't put in any useful handling of the ...
10 years ago (2010-12-09 02:10:16 UTC) #2
Denis Lagno
http://codereview.chromium.org/5671003/diff/1/chrome/browser/chromeos/login/signed_settings_helper.cc File chrome/browser/chromeos/login/signed_settings_helper.cc (right): http://codereview.chromium.org/5671003/diff/1/chrome/browser/chromeos/login/signed_settings_helper.cc#newcode125 chrome/browser/chromeos/login/signed_settings_helper.cc:125: value = false; // Should be true already, but ...
10 years ago (2010-12-09 11:54:06 UTC) #3
Chris Masone
http://codereview.chromium.org/5671003/diff/1/chrome/browser/chromeos/login/signed_settings_helper.cc File chrome/browser/chromeos/login/signed_settings_helper.cc (right): http://codereview.chromium.org/5671003/diff/1/chrome/browser/chromeos/login/signed_settings_helper.cc#newcode125 chrome/browser/chromeos/login/signed_settings_helper.cc:125: value = false; // Should be true already, but ...
10 years ago (2010-12-09 16:33:42 UTC) #4
Denis Lagno
LGTM
10 years ago (2010-12-09 17:35:38 UTC) #5
xiyuan
10 years ago (2010-12-09 17:55:38 UTC) #6
LGTM with one nit.

http://codereview.chromium.org/5671003/diff/8001/chrome/browser/chromeos/prox...
File chrome/browser/chromeos/proxy_config_service_impl.cc (right):

http://codereview.chromium.org/5671003/diff/8001/chrome/browser/chromeos/prox...
chrome/browser/chromeos/proxy_config_service_impl.cc:503:
PersistConfigToDevice();
nit: let's move this out of the "if" since we do this in both branches.

Powered by Google App Engine
This is Rietveld 408576698