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

Unified Diff: content/browser/bad_message.h

Issue 2424163004: Factor out authorization from AudioRendererHost. (Closed)
Patch Set: const& Created 4 years, 1 month 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 | « content/browser/BUILD.gn ('k') | content/browser/renderer_host/media/audio_input_device_manager.cc » ('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 49534cb5da1c69f88ed75ac0f9e02c386dad79af..d5232c2b28760f28a801aaf2064f4f06ff9a9659 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -103,7 +103,7 @@ enum BadMessageReason {
RFMF_GET_COOKIES_BAD_ORIGIN = 79,
SWDH_GET_REGISTRATIONS_NO_HOST = 80,
SWDH_GET_REGISTRATIONS_INVALID_ORIGIN = 81,
- ARH_UNAUTHORIZED_URL = 82,
+ AOAH_UNAUTHORIZED_URL = 82,
BDH_INVALID_SERVICE_ID = 83,
RFH_COMMIT_DESERIALIZATION_FAILED = 84,
BDH_INVALID_CHARACTERISTIC_ID = 85,
@@ -178,6 +178,7 @@ enum BadMessageReason {
SWDH_SET_NAVIGATION_PRELOAD_HEADER_BAD_VALUE = 154,
MDDH_INVALID_SUBSCRIPTION_REQUEST = 155,
MDDH_INVALID_UNSUBSCRIPTION_REQUEST = 156,
+ AOAH_NONSENSE_DEVICE_ID = 157,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/renderer_host/media/audio_input_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698