|
@@ -12,7 +12,6 @@
|
|
|
|
|
|
#include "base/memory/ref_counted_delete_on_sequence.h"
|
|
|
#include "base/memory/weak_ptr.h"
|
|
|
-#include "chrome/browser/net/proxy_config_monitor.h"
|
|
|
#include "chrome/browser/predictors/preconnect_manager.h"
|
|
|
#include "content/public/browser/browser_context.h"
|
|
|
#include "content/public/browser/resource_context.h"
|
|
@@ -127,9 +126,6 @@ class ElectronBrowserContext
|
|
|
CookieChangeNotifier* cookie_change_notifier() const {
|
|
|
return cookie_change_notifier_.get();
|
|
|
}
|
|
|
- ProxyConfigMonitor* proxy_config_monitor() {
|
|
|
- return proxy_config_monitor_.get();
|
|
|
- }
|
|
|
PrefService* prefs() const { return prefs_.get(); }
|
|
|
void set_in_memory_pref_store(ValueMapPrefStore* pref_store) {
|
|
|
in_memory_pref_store_ = pref_store;
|
|
@@ -178,10 +174,6 @@ class ElectronBrowserContext
|
|
|
scoped_refptr<ResolveProxyHelper> resolve_proxy_helper_;
|
|
|
scoped_refptr<storage::SpecialStoragePolicy> storage_policy_;
|
|
|
|
|
|
- // Tracks the ProxyConfig to use, and passes any updates to a NetworkContext
|
|
|
- // ProxyConfigClient.
|
|
|
- std::unique_ptr<ProxyConfigMonitor> proxy_config_monitor_;
|
|
|
-
|
|
|
std::unique_ptr<predictors::PreconnectManager> preconnect_manager_;
|
|
|
|
|
|
std::string user_agent_;
|