Chromium Code Reviews| Index: public/web/WebRuntimeFeatures.h |
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
| index 7bfaa6ee9b708a554dc20fe4207c089e6cf8444a..79c4125b54a6b1384ee9bb0dbf1cd0ea131101b0 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 enablePushMessagingData(bool); |
| + |
| private: |
| WebRuntimeFeatures(); |
| }; |