diff options
author | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 22:18:05 +0000 |
---|---|---|
committer | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 22:18:05 +0000 |
commit | 33edaffafce377c2d03dae01ab25517c9d6445a4 (patch) | |
tree | 875762380096ae51cbc2e5aa036faf70421386e8 /chrome/browser/profiles/profile_io_data.cc | |
parent | a596c5f39dfd72fcdf5da6b2b9e24c5bff356bfe (diff) | |
download | chromium_src-33edaffafce377c2d03dae01ab25517c9d6445a4.zip chromium_src-33edaffafce377c2d03dae01ab25517c9d6445a4.tar.gz chromium_src-33edaffafce377c2d03dae01ab25517c9d6445a4.tar.bz2 |
Refactor SkipBlacklistForURL to OverrideBlacklistForURL.
This will enable richer external policy driven behavior in the BlacklistManager.
BUG=352614
TBR=willchan@chromium.org
Review URL: https://codereview.chromium.org/195893018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile_io_data.cc')
-rw-r--r-- | chrome/browser/profiles/profile_io_data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc index 94c8d6f..25e91d1 100644 --- a/chrome/browser/profiles/profile_io_data.cc +++ b/chrome/browser/profiles/profile_io_data.cc @@ -445,7 +445,7 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) { background_task_runner, io_message_loop_proxy, callback, - policy::SkipBlacklistForURL)); + policy::OverrideBlacklistForURL)); if (!is_incognito()) { // Add policy headers for non-incognito requests. |