| Index: chrome/browser/policy/url_blacklist_manager.cc
|
| diff --git a/chrome/browser/policy/url_blacklist_manager.cc b/chrome/browser/policy/url_blacklist_manager.cc
|
| index e757b5dbc2ad2369890b4a240eb6e20324f95f03..b177bdb15fa0aea94dbd40fa94ad477364360cf3 100644
|
| --- a/chrome/browser/policy/url_blacklist_manager.cc
|
| +++ b/chrome/browser/policy/url_blacklist_manager.cc
|
| @@ -334,7 +334,7 @@ void URLBlacklistManager::ScheduleUpdate() {
|
| // change the blacklist are updated in one message loop cycle. In those cases,
|
| // only rebuild the blacklist after all the preference updates are processed.
|
| ui_weak_ptr_factory_.InvalidateWeakPtrs();
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&URLBlacklistManager::Update,
|
| ui_weak_ptr_factory_.GetWeakPtr()));
|
|
|