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

Unified Diff: content/browser/bad_message.h

Issue 2510323002: bluetooth: Implement acceptAllDevices (Closed)
Patch Set: clean up Created 4 years 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/bluetooth/bluetooth_allowed_devices_map.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 dfe1b58a100e30c72da2920fd639b93302fd3ae6..451e6f0a7187cd1ad46d65f8a2491d6eaf556503 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -121,7 +121,7 @@ enum BadMessageReason {
RDH_INVALID_URL = 97,
BDH_CHARACTERISTIC_ALREADY_SUBSCRIBED = 98,
RFH_OWNER_PROPERTY = 99,
- BDH_EMPTY_OR_INVALID_FILTERS = 100,
+ BDH_EMPTY_OR_INVALID_FILTERS = 100, // obsolete; no longer used
WC_CONTENT_WITH_CERT_ERRORS_BAD_SECURITY_INFO = 101, // obsolete; not used
RFMF_RENDERER_FAKED_ITS_OWN_DEATH = 102,
DWNLD_INVALID_SAVABLE_RESOURCE_LINKS_RESPONSE = 103,
@@ -179,6 +179,7 @@ enum BadMessageReason {
MDDH_INVALID_SUBSCRIPTION_REQUEST = 155,
MDDH_INVALID_UNSUBSCRIPTION_REQUEST = 156,
AOAH_NONSENSE_DEVICE_ID = 157,
+ BDH_INVALID_OPTIONS = 158,
// 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 | « no previous file | content/browser/bluetooth/bluetooth_allowed_devices_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698