| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 79c4125b54a6b1384ee9bb0dbf1cd0ea131101b0..bfa64a1ecdce6ef81e2257531e5d4cd595831f78 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -146,6 +146,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableReducedReferrerGranularity(bool);
|
|
|
| + BLINK_EXPORT static void enableListMarkerPseudoElement(bool);
|
| +
|
| BLINK_EXPORT static void enablePushMessagingData(bool);
|
|
|
| private:
|
|
|