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

Unified Diff: content/browser/bad_message.h

Issue 1217983004: bluetooth: browser-side implementation of writeValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-origin
Patch Set: Use the vector passed instead of creating a new copy in the browser. 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 30d33d4aa73e2c47b090afda25e3d4d757c9e00f..796f66ae63409e0aefb227d066834abb595bfe79 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -113,6 +113,7 @@ enum BadMessageReason {
SWDH_UPDATE_BAD_REGISTRATION_ID = 87,
SWDH_UPDATE_CANNOT = 88,
SWDH_UNREGISTER_BAD_REGISTRATION_ID = 89,
+ BDH_INVALID_WRITE_VALUE_LENGTH = 90,
// 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