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