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

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

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 | « no previous file | Source/platform/network/WebSocketHandshakeResponse.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/WebSocketHandshakeResponse.h
diff --git a/Source/platform/network/WebSocketHandshakeResponse.h b/Source/platform/network/WebSocketHandshakeResponse.h
index 594d03ebc8d257facae193f6e1d58d8f56c641d8..64bdc099e832561a2c9f42b10078d45605ea53df 100644
--- a/Source/platform/network/WebSocketHandshakeResponse.h
+++ b/Source/platform/network/WebSocketHandshakeResponse.h
@@ -48,7 +48,6 @@ public:
void setStatusText(const String&);
const HTTPHeaderMap& headerFields() const;
void addHeaderField(const AtomicString& name, const AtomicString& value);
- void clearHeaderFields();
const String& headersText() const { return m_headersText; }
void setHeadersText(const String& text) { m_headersText = text; }
« no previous file with comments | « no previous file | Source/platform/network/WebSocketHandshakeResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698