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

Issue 123293003: Add ManagedUserSharedSettingsService. (Closed)

Created:
6 years, 11 months ago by Bernhard Bauer
Modified:
6 years, 11 months ago
CC:
chromium-reviews, tim+watch_chromium.org, haitaol+watch_chromium.org, rsimha+watch_chromium.org, pam+watch_chromium.org, maniscalco+watch_chromium.org, Denis Kuznetsov (DE-MUC)
Visibility:
Public.

Description

Add ManagedUserSharedSettingsService. ManagedUserSharedSettingsService syncs settings that can be modified/accessed both by a supervised user and their manager (for example, the avatar). BUG=316168 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243680

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : fix #

Total comments: 32

Patch Set 4 : review #

Patch Set 5 : x #

Total comments: 2

Patch Set 6 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1037 lines, -0 lines) Patch
A chrome/browser/managed_mode/managed_user_shared_settings_service.h View 1 2 3 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/browser/managed_mode/managed_user_shared_settings_service.cc View 1 2 3 4 1 chunk +346 lines, -0 lines 0 comments Download
A chrome/browser/managed_mode/managed_user_shared_settings_service_factory.h View 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/managed_mode/managed_user_shared_settings_service_factory.cc View 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc View 1 2 3 1 chunk +300 lines, -0 lines 0 comments Download
A chrome/browser/managed_mode/managed_user_shared_settings_update.h View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/managed_mode/managed_user_shared_settings_update.cc View 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/managed_mode/managed_user_shared_settings_update_unittest.cc View 1 2 3 4 5 1 chunk +85 lines, -0 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Bernhard Bauer
Please review. Denis: FYI.
6 years, 11 months ago (2014-01-03 16:16:31 UTC) #1
Pam (message me for reviews)
It'd be nice to add one example of a shared setting type to the log ...
6 years, 11 months ago (2014-01-08 10:30:40 UTC) #2
Bernhard Bauer
https://codereview.chromium.org/123293003/diff/120001/chrome/browser/managed_mode/managed_user_shared_settings_service.cc File chrome/browser/managed_mode/managed_user_shared_settings_service.cc (right): https://codereview.chromium.org/123293003/diff/120001/chrome/browser/managed_mode/managed_user_shared_settings_service.cc#newcode56 chrome/browser/managed_mode/managed_user_shared_settings_service.cc:56: DCHECK(id.empty() || id == mu_id); On 2014/01/08 10:30:40, Pam ...
6 years, 11 months ago (2014-01-08 11:42:04 UTC) #3
Pam (message me for reviews)
LGTM, but see comments https://codereview.chromium.org/123293003/diff/120001/chrome/browser/managed_mode/managed_user_shared_settings_service.h File chrome/browser/managed_mode/managed_user_shared_settings_service.h (right): https://codereview.chromium.org/123293003/diff/120001/chrome/browser/managed_mode/managed_user_shared_settings_service.h#newcode65 chrome/browser/managed_mode/managed_user_shared_settings_service.h:65: void SetValueInternal(const std::string& mu_id, On ...
6 years, 11 months ago (2014-01-08 12:19:28 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/123293003/diff/120001/chrome/browser/managed_mode/managed_user_shared_settings_service_factory.h File chrome/browser/managed_mode/managed_user_shared_settings_service_factory.h (right): https://codereview.chromium.org/123293003/diff/120001/chrome/browser/managed_mode/managed_user_shared_settings_service_factory.h#newcode31 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.h:31: }; On 2014/01/08 12:19:28, Pam (also PM for reviews) ...
6 years, 11 months ago (2014-01-08 12:59:41 UTC) #5
Pam (message me for reviews)
> > > > Do you need to override GetBrowserContextToUse, to handle incognito? > > ...
6 years, 11 months ago (2014-01-08 14:22:52 UTC) #6
Bernhard Bauer
Nicolas, could I get an OWNERS review?
6 years, 11 months ago (2014-01-08 18:06:24 UTC) #7
Nicolas Zea
sync lgtm
6 years, 11 months ago (2014-01-08 19:33:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/123293003/570001
6 years, 11 months ago (2014-01-08 19:49:04 UTC) #9
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 22:46:19 UTC) #10
Message was sent while issue was closed.
Change committed as 243680

Powered by Google App Engine
This is Rietveld 408576698