| 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 f2207b30efef4fb93f4925d67e120584bbee93de..484941917d34bba2bbcde6047505c0069b0d31a7 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -86,6 +86,7 @@ public:
|
| BLINK_EXPORT static void enableNavigatorContentUtils(bool);
|
| BLINK_EXPORT static void enableNetworkInformation(bool);
|
| BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);
|
| + BLINK_EXPORT static void enableNonValidatingReload(bool);
|
| BLINK_EXPORT static void enableNotificationConstructor(bool);
|
| BLINK_EXPORT static void enableNotifications(bool);
|
| BLINK_EXPORT static void enableOrientationEvent(bool);
|
|
|