| 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 d93a026ef2792fe7219a2f97d5564b819d830df5..fa9b0dab9d2c94d0f25d07a62aa2c65f41ee5b0b 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -147,6 +147,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void EnableVideoFullscreenOrientationLock(bool);
|
| BLINK_EXPORT static void EnableVideoFullscreenDetection(bool);
|
| BLINK_EXPORT static void EnableMediaControlsOverlayPlayButton(bool);
|
| + BLINK_EXPORT static void EnableLocationHardReload(bool);
|
|
|
| private:
|
| WebRuntimeFeatures();
|
|
|