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

Issue 110643005: Refactored the URLBlacklistManager to avoid chrome/ and content/ dependencies. (Closed)

Created:
7 years ago by Joao da Silva
Modified:
7 years ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Refactored the URLBlacklistManager to avoid chrome/ and content/ dependencies. This class will be moved into the policy component so that it can be reused on iOS. This change removes direct dependencies on chrome/ and content/ code so that it can be subsequently moved into the component. BUG=271392 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241239

Patch Set 1 #

Patch Set 2 : removed usage of SigninManager #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -144 lines) Patch
M chrome/browser/managed_mode/managed_mode_url_filter.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
A chrome/browser/policy/policy_helpers.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/policy/policy_helpers.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/browser/policy/url_blacklist_manager.h View 1 7 chunks +34 lines, -4 lines 0 comments Download
M chrome/browser/policy/url_blacklist_manager.cc View 1 9 chunks +60 lines, -79 lines 0 comments Download
M chrome/browser/policy/url_blacklist_manager_unittest.cc View 1 9 chunks +25 lines, -30 lines 0 comments Download
M chrome/browser/policy/url_blacklist_policy_handler.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/policy/url_blacklist_policy_handler_unittest.cc View 11 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 4 chunks +11 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M components/policy/core/common/policy_pref_names.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M components/policy/core/common/policy_pref_names.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Joao da Silva
PTAL, thanks!
7 years ago (2013-12-12 15:08:12 UTC) #1
Joao da Silva
+Bernhard: please review managed_mode_url_filter.cc +Elliot: please review profile_io_data.cc Thanks!
7 years ago (2013-12-12 15:50:57 UTC) #2
Elliot Glaysher
https://codereview.chromium.org/110643005/diff/20001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://codereview.chromium.org/110643005/diff/20001/chrome/browser/profiles/profile_io_data.cc#newcode494 chrome/browser/profiles/profile_io_data.cc:494: URLFixerUpper::SegmentURL); Why do you need this cast here? Is ...
7 years ago (2013-12-12 19:16:55 UTC) #3
Bernhard Bauer
managed_mode/ LGTM, with the same question that Elliot had.
7 years ago (2013-12-13 00:42:29 UTC) #4
Joao da Silva
Elliot, please see inline and have another look. Bartosz, ping :-) https://codereview.chromium.org/110643005/diff/20001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): ...
7 years ago (2013-12-13 11:00:00 UTC) #5
Joao da Silva
Julian, can you review the policy bits? (Bartosz OOO)
7 years ago (2013-12-13 14:40:41 UTC) #6
Elliot Glaysher
profiles lgtm
7 years ago (2013-12-13 18:42:08 UTC) #7
pastarmovj
lgtm
7 years ago (2013-12-16 13:27:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/110643005/100001
7 years ago (2013-12-16 13:54:08 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204719
7 years ago (2013-12-16 14:42:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/110643005/100001
7 years ago (2013-12-16 15:46:54 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204794
7 years ago (2013-12-16 17:04:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/110643005/100001
7 years ago (2013-12-16 18:19:33 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=204958
7 years ago (2013-12-16 19:06:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/110643005/110001
7 years ago (2013-12-16 22:52:58 UTC) #15
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=205437
7 years ago (2013-12-17 02:18:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/110643005/110001
7 years ago (2013-12-17 08:40:37 UTC) #17
commit-bot: I haz the power
7 years ago (2013-12-17 09:35:45 UTC) #18
Message was sent while issue was closed.
Change committed as 241239

Powered by Google App Engine
This is Rietveld 408576698