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

Issue 961683002: Move ManagedBookmarksTracker from policy/core/browser to bookmarks/managed (Closed)

Created:
5 years, 10 months ago by Marc Treib
Modified:
5 years, 9 months ago
CC:
chromium-reviews, tfarina, noyau+watch_chromium.org, browser-components-watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ManagedBookmarksTracker from policy/core/browser to (new) bookmarks/managed. After https://codereview.chromium.org/769153007, it handles more than policy. BUG=443606 Committed: https://crrev.com/a9ea2fbe3dff3bc3561a89182caadedad89f3ea0 Cr-Commit-Position: refs/heads/master@{#321539}

Patch Set 1 #

Patch Set 2 : fix components_unittests build #

Patch Set 3 : remove bookmarks from policy DEPS #

Patch Set 4 : own folder #

Patch Set 5 : fix #

Patch Set 6 : fix gn #

Patch Set 7 : rebase #

Patch Set 8 : add back to policy DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -688 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/bookmarks/chrome_bookmark_client.h View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/bookmarks/chrome_bookmark_client.cc View 1 2 3 4 5 6 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/policy/managed_bookmarks_policy_handler.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M components/bookmarks.gypi View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A components/bookmarks/managed/BUILD.gn View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A + components/bookmarks/managed/managed_bookmarks_tracker.h View 1 2 3 3 chunks +6 lines, -9 lines 0 comments Download
A + components/bookmarks/managed/managed_bookmarks_tracker.cc View 1 2 3 3 chunks +4 lines, -8 lines 0 comments Download
A + components/bookmarks/managed/managed_bookmarks_tracker_unittest.cc View 1 2 3 4 chunks +4 lines, -7 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 3 chunks +2 lines, -1 line 0 comments Download
M components/policy/core/browser/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
D components/policy/core/browser/managed_bookmarks_tracker.h View 1 chunk +0 lines, -97 lines 0 comments Download
D components/policy/core/browser/managed_bookmarks_tracker.cc View 1 chunk +0 lines, -207 lines 0 comments Download
D components/policy/core/browser/managed_bookmarks_tracker_unittest.cc View 1 chunk +0 lines, -347 lines 0 comments Download
M components/policy/policy_browser.gypi View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 29 (4 generated)
Marc Treib
PTAL - it's really just a trivial move + corresponding namespace change. Thanks!
5 years, 10 months ago (2015-02-26 15:25:17 UTC) #2
tfarina
Why can't it stay in policy?
5 years, 10 months ago (2015-02-26 15:40:35 UTC) #4
Marc Treib
On 2015/02/26 15:40:35, tfarina wrote: > Why can't it stay in policy? Well, it can, ...
5 years, 10 months ago (2015-02-26 15:44:42 UTC) #5
bartfab (slow)
LGTM with one nit: Please remove "components/bookmarks" from components/policy/core/browser/DEPS if it is no longer used ...
5 years, 10 months ago (2015-02-26 15:51:23 UTC) #6
tfarina
What supervised users has to be with the core of bookmarks system? It looks like ...
5 years, 10 months ago (2015-02-26 16:12:29 UTC) #7
Marc Treib
On 2015/02/26 16:12:29, tfarina wrote: > What supervised users has to be with the core ...
5 years, 10 months ago (2015-02-26 16:40:00 UTC) #8
Marc Treib
Ping: sky, WDYT?
5 years, 9 months ago (2015-03-13 11:48:01 UTC) #9
sky
On 2015/03/13 11:48:01, Marc Treib wrote: > Ping: sky, WDYT? I tend to favor keeping ...
5 years, 9 months ago (2015-03-13 15:32:23 UTC) #10
Marc Treib
On 2015/03/13 15:32:23, sky wrote: > On 2015/03/13 11:48:01, Marc Treib wrote: > > Ping: ...
5 years, 9 months ago (2015-03-13 15:51:46 UTC) #11
sky
I'm ok with it in components/bookmarks, but I think it should be a separate directory ...
5 years, 9 months ago (2015-03-13 15:55:11 UTC) #12
Marc Treib
"policy" isn't really accurate - components/bookmarks/managed? Or chrome/browser/bookmarks/managed? On 2015/03/13 15:55:11, sky wrote: > I'm ...
5 years, 9 months ago (2015-03-13 15:57:52 UTC) #13
sky
components/bookmarks/managed On Fri, Mar 13, 2015 at 8:57 AM, <treib@chromium.org> wrote: > "policy" isn't really ...
5 years, 9 months ago (2015-03-13 16:00:38 UTC) #14
tfarina
On Friday, March 13, 2015, Scott Violet <sky@chromium.org> wrote: > components/bookmarks/managed Can't it be in ...
5 years, 9 months ago (2015-03-13 16:26:05 UTC) #15
noyau (Ping after 24h)
On 2015/03/13 16:26:05, tfarina wrote: > On Friday, March 13, 2015, Scott Violet <mailto:sky@chromium.org> wrote: ...
5 years, 9 months ago (2015-03-13 16:38:47 UTC) #16
sky
components/bookmarks/managed works for ios, right? On Fri, Mar 13, 2015 at 9:38 AM, <noyau@chromium.org> wrote: ...
5 years, 9 months ago (2015-03-13 16:42:53 UTC) #17
tfarina
On Friday, March 13, 2015, <noyau@chromium.org> wrote: > On 2015/03/13 16:26:05, tfarina wrote: > >> ...
5 years, 9 months ago (2015-03-13 16:43:15 UTC) #18
noyau (Ping after 24h)
On 2015/03/13 16:42:53, sky wrote: > components/bookmarks/managed works for ios, right? > Yes, anything in ...
5 years, 9 months ago (2015-03-13 17:02:54 UTC) #19
Marc Treib
Moved to components/bookmarks/managed! bartfab, fyi: I added components/bookmarks back to the policy DEPS, since it's ...
5 years, 9 months ago (2015-03-17 11:56:52 UTC) #20
bartfab (slow)
Still LGTM.
5 years, 9 months ago (2015-03-17 13:31:36 UTC) #21
sky
LGTM
5 years, 9 months ago (2015-03-17 17:08:02 UTC) #22
Marc Treib
+brettw for components/BUILD.gn OWNERS approval. PTAL!
5 years, 9 months ago (2015-03-17 17:14:32 UTC) #24
brettw
lgtm
5 years, 9 months ago (2015-03-19 23:28:42 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/961683002/140001
5 years, 9 months ago (2015-03-20 08:31:39 UTC) #27
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 9 months ago (2015-03-20 10:06:17 UTC) #28
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 10:07:10 UTC) #29
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/a9ea2fbe3dff3bc3561a89182caadedad89f3ea0
Cr-Commit-Position: refs/heads/master@{#321539}

Powered by Google App Engine
This is Rietveld 408576698