| Index: chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| diff --git a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| index a1e3a7c187b20c01737e8ab453eb59318a64491b..d45bab38e26fd34f77dde561139dd8c0fbad42ed 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| @@ -97,9 +97,6 @@ RulesRegistryWithCache::RulesRegistryWithCache(
|
|
|
| ui_part->reset(storage_on_ui_.get());
|
|
|
| - // After construction, |this| continues to live only on |owner_thread|.
|
| - weak_ptr_factory_.DetachFromThread();
|
| -
|
| storage_on_ui_->Init();
|
| }
|
|
|
|
|