Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index 6a3d1400bca96e83a03665bf15ccc8c97ed436bc..29cd16aa76a482f6d791fc7edead0d7cada18503 100644 |
| --- a/public/web/WebRuntimeFeatures.h |
| +++ b/public/web/WebRuntimeFeatures.h |
| @@ -148,6 +148,8 @@ public: |
| BLINK_EXPORT static void enableReducedReferrerGranularity(bool); |
| + BLINK_EXPORT static void enableListMarkerPseudoElement(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |