| 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 07b76a392c8c68696e31f27c627c0eabe6b627af..2144839a2e631631c3cbcc69fcde6af891faf6b5 100644
 | 
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
 | 
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
 | 
| @@ -98,6 +98,7 @@ class WebRuntimeFeatures {
 | 
|    BLINK_EXPORT static void EnableNotificationConstructor(bool);
 | 
|    BLINK_EXPORT static void EnableNotificationContentImage(bool);
 | 
|    BLINK_EXPORT static void EnableNotifications(bool);
 | 
| +  BLINK_EXPORT static void EnableOffMainThreadFetch(bool);
 | 
|    BLINK_EXPORT static void EnableOnDeviceChange(bool);
 | 
|    BLINK_EXPORT static void EnableOrientationEvent(bool);
 | 
|    BLINK_EXPORT static void EnableOverlayScrollbars(bool);
 | 
| 
 |