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

Unified Diff: content/browser/bad_message.h

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: add missing file Created 4 years, 3 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 35416179e2cf6f4f2f208d4b19db7af811dedc66..53343f1b28c9e8eff136990a108178e23aa74e4b 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -160,6 +160,8 @@ enum BadMessageReason {
DSH_NOT_ALLOCATED_SESSION_ID = 136,
DSH_DELETED_SESSION_ID = 137,
DSH_WRONG_STORAGE_PARTITION = 138,
+ MDDH_INVALID_DEVICE_TYPE = 139,
+ MDDH_UNAUTHORIZED_ORIGIN = 140,
// 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