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

Unified Diff: Source/platform/network/WebSocketHandshakeResponse.cpp

Issue 1211433002: Removing unused functions from WebSocketHandshakeResponse class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/platform/network/WebSocketHandshakeResponse.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/WebSocketHandshakeResponse.cpp
diff --git a/Source/platform/network/WebSocketHandshakeResponse.cpp b/Source/platform/network/WebSocketHandshakeResponse.cpp
index c5d9892bdcb00b22056f79ad0cb168b01592d0e5..46d1c6438d160cef85d45bd7236eedcf623d8cac 100644
--- a/Source/platform/network/WebSocketHandshakeResponse.cpp
+++ b/Source/platform/network/WebSocketHandshakeResponse.cpp
@@ -76,9 +76,4 @@ void WebSocketHandshakeResponse::addHeaderField(const AtomicString& name, const
WebSocketHandshakeRequest::addAndMergeHeader(&m_headerFields, name, value);
}
-void WebSocketHandshakeResponse::clearHeaderFields()
-{
- m_headerFields.clear();
-}
-
} // namespace blink
« no previous file with comments | « Source/platform/network/WebSocketHandshakeResponse.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698