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

Unified Diff: content/browser/bad_message.h

Issue 2451373003: service worker: Implement NavigationPreloadManager.setHeaderValue (Closed)
Patch Set: rebase Created 4 years, 1 month 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/service_worker/service_worker_browsertest.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 e05265c00d04a09692fa8d72a8f784223fbc140f..6b42b5b76d50c126e020e23fb8c636e430ca21f6 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -172,6 +172,10 @@ enum BadMessageReason {
SWDH_GET_NAVIGATION_PRELOAD_STATE_NO_HOST = 148,
SWDH_GET_NAVIGATION_PRELOAD_STATE_INVALID_ORIGIN = 149,
SWDH_GET_NAVIGATION_PRELOAD_STATE_BAD_REGISTRATION_ID = 150,
+ SWDH_SET_NAVIGATION_PRELOAD_HEADER_NO_HOST = 151,
+ SWDH_SET_NAVIGATION_PRELOAD_HEADER_INVALID_ORIGIN = 152,
+ SWDH_SET_NAVIGATION_PRELOAD_HEADER_BAD_REGISTRATION_ID = 153,
+ SWDH_SET_NAVIGATION_PRELOAD_HEADER_BAD_VALUE = 154,
// 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/service_worker/service_worker_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698