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

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/fixes Created 4 years, 11 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 ff86048e14a72f72885a70e889887f92d418514d..5db94a79b1c716f7c2b7c93740b9a3a05be9c2a6 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -131,6 +131,9 @@ enum BadMessageReason {
RDHI_WRONG_STORAGE_PARTITION = 107,
RDH_INVALID_REQUEST_ID = 108,
BDH_SERVICE_NOT_ALLOWED_FOR_ORIGIN = 109,
+ BDH_UUID_REGISTERED = 110,
+ BDH_CONSTRUCTION_FAILED = 111,
+ BDH_INVALID_OPERATION = 112,
// 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