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

Unified Diff: content/browser/bad_message.h

Issue 1039403002: OOPIF: Remove the FrameTreeNode when a RemoteFrame is detached. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests and revise check. Created 5 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
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 835ae6fa5477bf2b89a1dc151ac6aa05b0e2cfd7..b7780579c25b7fa23013f868ddc80daaa8d3748a 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -37,6 +37,7 @@ enum BadMessageReason {
SERVICE_WORKER_BAD_URL,
WC_INVALID_FRAME_SOURCE,
RWHVM_UNEXPECTED_FRAME_TYPE,
+ RFPH_DETACH,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
// reason.

Powered by Google App Engine
This is Rietveld 408576698