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 1f9e7f5484a09304603446937ab8de1ee8077545..22f8845a6159dfd98d7ad0bc116c6ed9e9b39120 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(); |
} |