Chromium Code Reviews

Unified Diff: content/public/common/content_features.h

Issue 2431003003: Introduce ServiceWorkerNavigationPreload feature name (Closed)
Patch Set: alphabetical order Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.h
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
index 1a498f25b08401c376a2dc956ba0135b24dedc1e..f01f260998417a935eac0929e37d8aef9ac5dec5 100644
--- a/content/public/common/content_features.h
+++ b/content/public/common/content_features.h
@@ -46,6 +46,7 @@ CONTENT_EXPORT extern const base::Feature kPointerEventV1SpecCapturing;
CONTENT_EXPORT extern const base::Feature kRafAlignedInputEvents;
CONTENT_EXPORT extern const base::Feature kRenderingPipelineThrottling;
CONTENT_EXPORT extern const base::Feature kScrollAnchoring;
+CONTENT_EXPORT extern const base::Feature kServiceWorkerNavigationPreload;
CONTENT_EXPORT extern const base::Feature kSharedArrayBuffer;
CONTENT_EXPORT extern const base::Feature kSpeculativeLaunchServiceWorker;
CONTENT_EXPORT extern const base::Feature kStaleWhileRevalidate;
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_features.cc » ('j') | no next file with comments »

Powered by Google App Engine