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

Unified Diff: content/browser/bad_message.h

Issue 2443103002: service worker: Implement NavigationPreloadManager.getState (Closed)
Patch Set: update histograms Created 4 years, 2 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 eb35a9b6702e238cda5159185d2c2c8ac4e95038..1819bc79279f553999fa087fee86668e47662812 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -167,6 +167,9 @@ enum BadMessageReason {
SWDH_ENABLE_NAVIGATION_PRELOAD_NO_HOST = 143,
SWDH_ENABLE_NAVIGATION_PRELOAD_INVALID_ORIGIN = 144,
SWDH_ENABLE_NAVIGATION_PRELOAD_BAD_REGISTRATION_ID = 145,
+ SWDH_GET_NAVIGATION_PRELOAD_STATE_NO_HOST = 143,
rkaplow 2016/10/25 15:30:16 you're duplicating ids here
falken 2016/10/25 23:55:58 Done.
+ SWDH_GET_NAVIGATION_PRELOAD_STATE_INVALID_ORIGIN = 144,
+ SWDH_GET_NAVIGATION_PRELOAD_STATE_BAD_REGISTRATION_ID = 145,
// 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