Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: net/proxy/proxy_info.cc

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/proxy/proxy_info.h ('k') | net/proxy/proxy_info_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_info.cc
diff --git a/net/proxy/proxy_info.cc b/net/proxy/proxy_info.cc
index 96ae3ce92ed2a5a6c9ae06d17a5e13e444549210..b659d671c22929d96e613a0023c741ca6bd40f0b 100644
--- a/net/proxy/proxy_info.cc
+++ b/net/proxy/proxy_info.cc
@@ -59,6 +59,10 @@ void ProxyInfo::UseProxyList(const ProxyList& proxy_list) {
proxy_list_ = proxy_list;
}
+void ProxyInfo::OverrideProxyList(const ProxyList& proxy_list) {
+ proxy_list_ = proxy_list;
+}
+
std::string ProxyInfo::ToPacString() const {
return proxy_list_.ToPacString();
}
« no previous file with comments | « net/proxy/proxy_info.h ('k') | net/proxy/proxy_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698