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

Unified Diff: content/browser/bad_message.h

Issue 1235243005: Refactor the BluetoothDispatcherHost to store requestDevice sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@error-enum-cleanup
Patch Set: Created 5 years, 5 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 55aaf025b940580eac7ab52f47b16eaba1f7ed64..e3a4a83dba9393c4c9020d4ed501ea32b5c432ca 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -116,6 +116,7 @@ enum BadMessageReason {
BDH_INVALID_WRITE_VALUE_LENGTH = 90,
WC_MEMORY_CACHE_RESOURCE_BAD_SECURITY_INFO = 91,
WC_RENDERER_DID_NAVIGATE_BAD_SECURITY_INFO = 92,
+ BDH_DUPLICATE_REQUEST_DEVICE_ID = 93,
// 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