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

Unified Diff: content/browser/bad_message.h

Issue 2045383002: PlzNavigate: detect when a ServiceWorker is present (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 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 6b95d53e8cebbc6c41547db1590a05e0d8d5112c..6b21ab30999f3204258f3a81d7bdb8ecea154638 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -82,7 +82,7 @@ enum BadMessageReason {
SWDH_GET_REGISTRATION_FOR_READY_NO_HOST = 58,
SWDH_GET_REGISTRATION_FOR_READY_ALREADY_IN_PROGRESS = 59,
SWDH_POST_MESSAGE = 60,
- SWDH_PROVIDER_CREATED_NO_HOST = 61,
+ SWDH_PROVIDER_CREATED_NO_HOST = 61, // obsolete; no longer used
SWDH_PROVIDER_DESTROYED_NO_HOST = 62,
SWDH_SET_HOSTED_VERSION_NO_HOST = 63,
SWDH_SET_HOSTED_VERSION = 64,

Powered by Google App Engine
This is Rietveld 408576698