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

Unified Diff: content/browser/bad_message.h

Issue 2003253002: [Devtools] Allow User-Agent header override for Websockets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 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 | content/browser/renderer_host/websocket_dispatcher_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index d9b015349ba05455902de93c20c87e6c5b2d8c27..6b95d53e8cebbc6c41547db1590a05e0d8d5112c 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -148,6 +148,7 @@ enum BadMessageReason {
DBMF_INVALID_ORIGIN_ON_GET_SPACE = 124,
DBMF_INVALID_ORIGIN_ON_MODIFIED = 125,
DBMF_INVALID_ORIGIN_ON_CLOSED = 126,
+ WSH_INVALID_HEADER_VALUE = 127,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
« no previous file with comments | « no previous file | content/browser/renderer_host/websocket_dispatcher_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698