|
Enable the ManagedBookmarks policy on all platforms.
This CL makes a couple more changes to accomodate for the implementation
of this policy:
- moved the kManagedBookmarks pref into the bookmarks component, so that
it can be referred to from there;
- moved the strings for the managed bookmarks folder name for the same
reasons;
- updated the policy schema to support child bookmarks;
- updated the ManagedBookmarksPolicyHandler to use the schema validation
code, and added a new unit test for that.
TBR=nyquist@chromium.org
BUG= 49598
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274124
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+298 lines, -126 lines) |
Patch |
|
M |
build/ios/grit_whitelist.txt
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/android/bookmarks/managed_bookmarks_shim.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/bookmarks/bookmark_model_factory.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
View
|
|
4 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/browser/policy/managed_bookmarks_policy_handler.h
|
View
|
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/policy/managed_bookmarks_policy_handler.cc
|
View
|
1
2
|
2 chunks |
+52 lines, -67 lines |
0 comments
|
Download
|
|
A |
chrome/browser/policy/managed_bookmarks_policy_handler_unittest.cc
|
View
|
1
2
|
1 chunk |
+190 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/policy/profile_policy_connector_factory.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/policy/profile_policy_connector_factory.cc
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.cc
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
components/bookmarks/common/bookmark_pref_names.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/bookmarks/common/bookmark_pref_names.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
components/bookmarks_strings.grdp
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/policy/resources/policy_templates.json
|
View
|
1
2
3
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
|
M |
components/policy/tools/generate_policy_source.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/policy_strings.grdp
|
View
|
|
1 chunk |
+3 lines, -12 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|