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

Unified Diff: content/browser/bad_message.h

Issue 1112823005: Ensure that HistoryController's current entry is updated on inert commits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format 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 fe89e1ccc564c788e70ae7ab290eecd70d04a895..8084d8b3d8d1af247447626616fda1f5f195d7ab 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -39,6 +39,7 @@ enum BadMessageReason {
RWHVM_UNEXPECTED_FRAME_TYPE,
RFPH_DETACH,
DFH_BAD_EMBEDDER_MESSAGE,
+ NC_AUTO_SUBFRAME,
// 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