Chromium Code Reviews| 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..4f333f165561fc05a1ba44cdfdb3a2866bd8e4da 100644 |
| --- a/content/public/common/content_features.h |
| +++ b/content/public/common/content_features.h |
| @@ -45,6 +45,7 @@ CONTENT_EXPORT extern const base::Feature kPointerEvents; |
| 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 kServiceWorkerNavigationPreload; |
|
falken
2016/10/19 04:43:09
nit: alphabetical order
|
| CONTENT_EXPORT extern const base::Feature kScrollAnchoring; |
| CONTENT_EXPORT extern const base::Feature kSharedArrayBuffer; |
| CONTENT_EXPORT extern const base::Feature kSpeculativeLaunchServiceWorker; |