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

Unified Diff: content/browser/bad_message.h

Issue 2140693002: Support port range for IPC P2P UDP sockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and remove unused constructor from test Created 4 years, 5 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/p2p/socket_dispatcher_host.h » ('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 d5f1d67d05d2362cfe3390a64dd55d4b3dcfd313..dba5c95ecb946f864ca2762e5e216f6b1b4cd2d7 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -152,6 +152,7 @@ enum BadMessageReason {
SWDH_SET_HOSTED_VERSION_INVALID_HOST = 128,
SWDH_SET_HOSTED_VERSION_PROCESS_MISMATCH = 129,
MSDH_INVALID_FRAME_ID = 130,
+ SDH_INVALID_PORT_RANGE = 131,
// 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/p2p/socket_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698