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

Unified Diff: content/browser/bad_message.h

Issue 2872913003: Do not pass the origin to MediaDevicesDispatcherHost. (Closed)
Patch Set: Add tests with unique origin Created 3 years, 7 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
« no previous file with comments | « no previous file | content/browser/media/media_devices_permission_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 3d5834ccafa479161e629813248ef000c9901b27..b2abd49354e6b91d8a00cdac5b93cbeaa0a1ccfe 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -163,7 +163,7 @@ enum BadMessageReason {
BDH_DISALLOWED_ORIGIN = 139,
ARH_CREATED_STREAM_WITHOUT_AUTHORIZATION = 140,
MDDH_INVALID_DEVICE_TYPE_REQUEST = 141,
- MDDH_UNAUTHORIZED_ORIGIN = 142,
+ MDDH_UNAUTHORIZED_ORIGIN = 142, // obsolete; no longer used
SWDH_ENABLE_NAVIGATION_PRELOAD_NO_HOST = 143,
SWDH_ENABLE_NAVIGATION_PRELOAD_INVALID_ORIGIN = 144,
SWDH_ENABLE_NAVIGATION_PRELOAD_BAD_REGISTRATION_ID = 145,
« no previous file with comments | « no previous file | content/browser/media/media_devices_permission_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698