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

Issue 738843002: Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpdaterCros. (Closed)

Created:
6 years, 1 month ago by ygorshenin1
Modified:
6 years, 1 month ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpdaterCros. Also, fixed permissions checks for channel switcher UI in a multi-profiles sessions. BUG=433840 TEST=existing unit_tests for OwnerSettingsService Committed: https://crrev.com/e0ed5a18bc9e3fa930f1af3b8f9c3cfdb91329f5 Cr-Commit-Position: refs/heads/master@{#305012}

Patch Set 1 #

Patch Set 2 : Fixed UI. #

Patch Set 3 : Fixes. #

Patch Set 4 : Fixed non-chromeos builds. #

Total comments: 4

Patch Set 5 : Fixes. #

Patch Set 6 : Fixed win and mac implementations of VersionUpdater. #

Patch Set 7 : Fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -51 lines) Patch
M chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/ownership/owner_settings_service_chromeos_unittest.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_service_unittest.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_test_helper.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/settings/session_manager_operation_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/flags_ui.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 1 2 3 4 8 chunks +25 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/help/version_updater.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/help/version_updater_basic.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/help/version_updater_chromeos.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/help/version_updater_chromeos.cc View 5 chunks +17 lines, -10 lines 0 comments Download
M chrome/browser/ui/webui/help/version_updater_chromeos_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/help/version_updater_mac.mm View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/help/version_updater_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
ygorshenin1
6 years, 1 month ago (2014-11-19 14:58:19 UTC) #2
Nikita (slow)
https://codereview.chromium.org/738843002/diff/60001/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h File chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h (right): https://codereview.chromium.org/738843002/diff/60001/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h#newcode33 chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h:33: static OwnerSettingsServiceChromeOS* GetForProfile(Profile* profile); I suggest dropping this method ...
6 years, 1 month ago (2014-11-19 17:45:59 UTC) #3
Nikita (slow)
lgtm
6 years, 1 month ago (2014-11-19 17:46:07 UTC) #4
ygorshenin1
Many thanks! https://codereview.chromium.org/738843002/diff/60001/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h File chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h (right): https://codereview.chromium.org/738843002/diff/60001/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h#newcode33 chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h:33: static OwnerSettingsServiceChromeOS* GetForProfile(Profile* profile); On 2014/11/19 17:45:59, ...
6 years, 1 month ago (2014-11-19 18:30:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738843002/80001
6 years, 1 month ago (2014-11-19 18:31:56 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/83604) win_chromium_x64_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel/builds/13452)
6 years, 1 month ago (2014-11-19 18:57:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738843002/100001
6 years, 1 month ago (2014-11-20 12:44:08 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/84101)
6 years, 1 month ago (2014-11-20 13:17:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/738843002/120001
6 years, 1 month ago (2014-11-20 13:25:41 UTC) #15
commit-bot: I haz the power
Committed patchset #7 (id:120001)
6 years, 1 month ago (2014-11-20 14:39:54 UTC) #16
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/e0ed5a18bc9e3fa930f1af3b8f9c3cfdb91329f5 Cr-Commit-Position: refs/heads/master@{#305012}
6 years, 1 month ago (2014-11-20 14:41:24 UTC) #17
earthdok
6 years ago (2014-12-10 15:54:14 UTC) #18
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.chromium.org/790183002/ by earthdok@chromium.org.

The reason for reverting is: Speculative revert to see if this is the cause of
issue 440063.

BUG=440063
TBR=ygorshenin@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698