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

Unified Diff: content/browser/bad_message.h

Issue 1149883011: bluetooth: Browser-side implementation of readValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-get-characteristic-initial
Patch Set: Add unreadable characteristic. Created 5 years, 6 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 3ee052f14f501190a1d18fd92c58170ee5029880..3fc8225466faa98c8ad95841c43e298b59894be9 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -104,6 +104,7 @@ enum BadMessageReason {
RMF_SET_COOKIE_BAD_ORIGIN = 78,
RMF_GET_COOKIES_BAD_ORIGIN = 79,
BDH_INVALID_SERVICE_ID = 80,
+ BDH_INVALID_CHARACTERISTIC_ID = 81,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
// reason.

Powered by Google App Engine
This is Rietveld 408576698