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

Unified Diff: content/browser/bad_message.h

Issue 1888453005: [Blob] Better error reporting and histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | content/browser/blob_storage/blob_dispatcher_host.cc » ('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 aaa46b9dd0dfd4feed1b6441f7fa8bcc867e7bfb..441b903e35050f3343c2276fa886ca6290e6d1e0 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -138,7 +138,8 @@ enum BadMessageReason {
RFH_INVALID_ORIGIN_ON_COMMIT = 114,
BDH_UUID_REGISTERED = 115,
BDH_CONSTRUCTION_FAILED = 116,
- BDH_INVALID_OPERATION = 117,
+ BDH_INVALID_REFCOUNT_OPERATION = 117,
+ BDH_INVALID_URL_OPERATION = 118,
// 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/blob_storage/blob_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698