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

Unified Diff: content/public/renderer/document_state.h

Issue 691323002: Revert "Make the proxy server HostPortPair available in document_state so that" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « content/public/common/resource_response_info.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/document_state.h
diff --git a/content/public/renderer/document_state.h b/content/public/renderer/document_state.h
index d388a8a979ef0dcdc695ac86221ce470409ffce7..11b7d5e10bfdee31939614cafb452b8ecfe3f078 100644
--- a/content/public/renderer/document_state.h
+++ b/content/public/renderer/document_state.h
@@ -161,11 +161,6 @@ class CONTENT_EXPORT DocumentState
was_fetched_via_proxy_ = value;
}
- net::HostPortPair proxy_server() const { return proxy_server_; }
- void set_proxy_server(net::HostPortPair proxy_server) {
- proxy_server_ = proxy_server;
- }
-
void set_was_prefetcher(bool value) { was_prefetcher_ = value; }
bool was_prefetcher() const { return was_prefetcher_; }
@@ -209,7 +204,6 @@ class CONTENT_EXPORT DocumentState
bool was_alternate_protocol_available_;
net::HttpResponseInfo::ConnectionInfo connection_info_;
bool was_fetched_via_proxy_;
- net::HostPortPair proxy_server_;
// A prefetcher is a page that contains link rel=prefetch elements.
bool was_prefetcher_;
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698