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

Unified Diff: content/browser/bad_message.h

Issue 1056073003: DevTools: introduce RecordEnumeratedHistogram method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix styling 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..1ca459fe38d891d42bb0961b2f06539e93764725 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,
+ DFH_BAD_EMBEDDER_MESSAGE,
// 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