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

Unified Diff: content/browser/bad_message.h

Issue 1608573002: RDH: Block a compromised renderer from reusing request ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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/loader/resource_dispatcher_host_impl.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 c26e97f735602aae1daf82f4da27078f13caa799..8f0883073c4c5df0d87ebaef4685c987255b7f9a 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -129,6 +129,7 @@ enum BadMessageReason {
BDH_DEVICE_NOT_ALLOWED_FOR_ORIGIN = 105,
ACI_WRONG_STORAGE_PARTITION = 106,
RDHI_WRONG_STORAGE_PARTITION = 107,
+ RDH_INVALID_REQUEST_ID = 108,
// 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/loader/resource_dispatcher_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698