| 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..173ab711519072163722cfc7de36830e8fce040c 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);
 | 
| 
 |