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

Unified Diff: content/browser/bad_message.h

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Updating histograms.xml 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/web_bluetooth_service_impl.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 c4c661da38b05364d7a069c72d868e65df62ee99..3ff5776492c437d57159c2fd8a2fe53062926c19 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -181,6 +181,7 @@ enum BadMessageReason {
AOAH_NONSENSE_DEVICE_ID = 157,
BDH_INVALID_OPTIONS = 158,
RFH_DID_ADD_CONSOLE_MESSAGE_BAD_SEVERITY = 159,
+ BDH_INVALID_DESCRIPTOR_ID = 160,
nasko 2016/12/08 22:32:51 FYI, there is another CL in flight that might comm
dougt 2016/12/08 22:39:56 Oh, this was used for read/write values. we decid
// 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/web_bluetooth_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698