| Index: third_party/WebKit/public/web/WebFrameClient.h
 | 
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
 | 
| index 0fd5e49fd26d68b8ef62a66d36ae0a2beb9b5840..827837719fd5defcb53dc14ac12eb52a8c488e5b 100644
 | 
| --- a/third_party/WebKit/public/web/WebFrameClient.h
 | 
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
 | 
| @@ -99,6 +99,7 @@ class WebURL;
 | 
|  class WebURLResponse;
 | 
|  class WebUserMediaClient;
 | 
|  class WebWorkerContentSettingsClientProxy;
 | 
| +class WebWorkerFetchContextInfo;
 | 
|  struct WebColorSuggestion;
 | 
|  struct WebConsoleMessage;
 | 
|  struct WebContextMenuData;
 | 
| @@ -758,6 +759,9 @@ class BLINK_EXPORT WebFrameClient {
 | 
|    virtual WebURL overrideFlashEmbedWithHTML(const WebURL& url) {
 | 
|      return WebURL();
 | 
|    }
 | 
| +
 | 
| +  virtual void propagateAuxiliaryFetchContext(
 | 
| +      WebWorkerFetchContextInfo*) const {}
 | 
|  };
 | 
|  
 | 
|  }  // namespace blink
 | 
| 
 |