| 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 ab0003bfcc8c39a777954122575676430741e548..6d0c73565acdf9cf0a4e9ddcb206d16bd4ad036d 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| @@ -98,9 +98,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();
|
| }
|
|
|
|
|