| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 639fa4e38e5f0e760562624b0adbaf529fb59c62..296171a3c7964a5253023b210b3cf8f12b541e44 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -150,6 +150,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void EnableVideoRotateToFullscreen(bool);
|
| BLINK_EXPORT static void EnableVideoFullscreenDetection(bool);
|
| BLINK_EXPORT static void EnableMediaControlsOverlayPlayButton(bool);
|
| + BLINK_EXPORT static void EnableLocationHardReload(bool);
|
|
|
| private:
|
| WebRuntimeFeatures();
|
|
|