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

Unified Diff: content/browser/bad_message.h

Issue 2779763004: Create ServiceWorkerProviderHost before starting worker (Closed)
Patch Set: Pass the param of BindWithProviderInfo by value instead of pointer Created 3 years, 6 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 4af4fe2187b14489b367b0ff614abce4318ec5e1..79cdf4f343d4ad233071c03d466117b9021ed6d9 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -194,6 +194,7 @@ enum BadMessageReason {
RFH_ILLEGAL_UPLOAD_PARAMS = 170,
RFH_BASE_URL_FOR_DATA_URL_SPECIFIED = 171,
RFPH_ILLEGAL_UPLOAD_PARAMS = 172,
+ SWDH_PROVIDER_CREATED_ILLEGAL_TYPE = 173,
// 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