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

Unified Diff: net/websockets/websocket_extension.h

Issue 1340523002: Fix WebSocketServer extension parser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ws-constructor-fix
Patch Set: Created 5 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
« no previous file with comments | « net/websockets/websocket_deflate_parameters.h ('k') | net/websockets/websocket_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_extension.h
diff --git a/net/websockets/websocket_extension.h b/net/websockets/websocket_extension.h
index 5af4023869fc768bcb045106ff1922d34874b490..20f29220a786dd95e1562d88e0ad8fd23c5e5333 100644
--- a/net/websockets/websocket_extension.h
+++ b/net/websockets/websocket_extension.h
@@ -44,6 +44,7 @@ class NET_EXPORT_PRIVATE WebSocketExtension {
const std::string& name() const { return name_; }
const std::vector<Parameter>& parameters() const { return parameters_; }
bool Equals(const WebSocketExtension& other) const;
+ std::string ToString() const;
// The default copy constructor and the assignment operator are defined:
// we need them.
« no previous file with comments | « net/websockets/websocket_deflate_parameters.h ('k') | net/websockets/websocket_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698