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

Unified Diff: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp

Issue 2356013002: Remove unused was_fetched_via_proxy members (Closed)
Patch Set: remove even more! Created 4 years, 3 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
Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
index 5b5c8c4a03d449fa3ae09795fcf0eb44a10f5c38..540d5c22c3ea1993e0ef162c5665df73307864a3 100644
--- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
@@ -396,16 +396,6 @@ void WebURLResponse::setWasAlternateProtocolAvailable(bool value)
m_resourceResponse->setWasAlternateProtocolAvailable(value);
}
-bool WebURLResponse::wasFetchedViaProxy() const
-{
- return m_resourceResponse->wasFetchedViaProxy();
-}
-
-void WebURLResponse::setWasFetchedViaProxy(bool value)
-{
- m_resourceResponse->setWasFetchedViaProxy(value);
-}
-
bool WebURLResponse::wasFetchedViaServiceWorker() const
{
return m_resourceResponse->wasFetchedViaServiceWorker();
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/platform/network/ResourceResponse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698