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

Unified Diff: content/browser/bad_message.h

Issue 1502663003: bluetooth: Implement allowed devices map (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Forgot test file Created 5 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
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 356eb0e25d65746bcc836601476455e2150b5c8c..a77e76bb6234c77571c46bb8075aaca171bac444 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -124,6 +124,7 @@ enum BadMessageReason {
BDH_EMPTY_OR_INVALID_FILTERS = 100,
WC_CONTENT_WITH_CERT_ERRORS_BAD_SECURITY_INFO = 101,
RFMF_RENDERER_FAKED_ITS_OWN_DEATH = 102,
+ BDH_DEVICE_NOT_ALLOWED_FOR_ORIGIN = 103,
// 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