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

Unified Diff: content/browser/bad_message.h

Issue 1880423002: Ensure in RFH the DidFailProvisionalLoad IPCs correspond to a navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/frame_host/render_frame_host_impl.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 1c3c36273ee944da13bf13f0140a705032679cfd..cc9b1115eca0013fcad7a170bb34a4cd4a8e12eb 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -141,6 +141,8 @@ enum BadMessageReason {
BDH_INVALID_REFCOUNT_OPERATION = 117,
BDH_INVALID_URL_OPERATION = 118,
IDBDH_INVALID_ORIGIN = 119,
+ RFH_FAIL_PROVISIONAL_LOAD_NO_HANDLE = 120,
+ RFH_FAIL_PROVISIONAL_LOAD_NO_ERROR = 121,
// 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/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698