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

Unified Diff: content/browser/bad_message.h

Issue 1234813004: [BlobAsync] Asynchronous Blob Construction Final Patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-protocol-change
Patch Set: comments and rebase Created 4 years, 9 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_async_builder_host_unittest.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 58c0c3577980bc719433e60a34fed9f5d460918f..aaa46b9dd0dfd4feed1b6441f7fa8bcc867e7bfb 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -136,6 +136,9 @@ enum BadMessageReason {
RFH_UNEXPECTED_LOAD_START = 112,
NMF_INVALID_ARGUMENT = 113,
RFH_INVALID_ORIGIN_ON_COMMIT = 114,
+ BDH_UUID_REGISTERED = 115,
+ BDH_CONSTRUCTION_FAILED = 116,
+ BDH_INVALID_OPERATION = 117,
// 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_async_builder_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698