remove process preference lock from AtomBrowserClient (#12194)

This commit is contained in:
Robo 2018-03-09 23:07:26 +05:30 committed by Shelley Vohr
parent f685e389d3
commit 06bf72da67
2 changed files with 0 additions and 8 deletions

View file

@ -140,8 +140,6 @@ class AtomBrowserClient : public brightray::BrowserClient,
// list of site per affinity. weak_ptr to prevent instance locking
std::map<std::string, content::SiteInstance*> site_per_affinities;
base::Lock process_preferences_lock_;
std::unique_ptr<AtomResourceDispatcherHostDelegate>
resource_dispatcher_host_delegate_;