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

Unified Diff: content/browser/bad_message.h

Issue 2697663003: Add mojo interface+impl creation of audio streams. (Closed)
Patch Set: Dale's comments Created 3 years, 9 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 2a0d6c652b3c3711fc9a670235e15321a921d486..947495ce0e3b1a60cdcd8d307fdca3093473963e 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -188,6 +188,7 @@ enum BadMessageReason {
BFSI_INVALID_TAG = 164,
BFSI_INVALID_REQUESTS = 165,
BFSI_INVALID_TITLE = 166,
+ RFAOSF_OUT_OF_RANGE_INTEGER = 167,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the

Powered by Google App Engine
This is Rietveld 408576698