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

Unified Diff: content/common/resource_messages.h

Issue 2105503002: Skip foreign fetch when the skipServiceWorker flag is set on a request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rephrase SkipServiceWorker 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
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/common/resource_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 0968771201dc267cb1a3b5cf04e6024568cf23fa..a4a562615f131e937f3afc5fa03a5453d8bfcc98 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -129,6 +129,9 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::FetchCredentialsMode,
IPC_ENUM_TRAITS_MAX_VALUE(content::FetchRedirectMode,
content::FetchRedirectMode::LAST)
+IPC_ENUM_TRAITS_MAX_VALUE(content::SkipServiceWorker,
+ content::SkipServiceWorker::LAST)
+
IPC_ENUM_TRAITS_MAX_VALUE(
net::NetworkQualityEstimator::EffectiveConnectionType,
net::NetworkQualityEstimator::EFFECTIVE_CONNECTION_TYPE_LAST - 1)
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/common/resource_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698