| Index: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
|
| diff --git a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
|
| index 6589e3950370abf07ac82d9d83b43f03649e7979..bf99b7e2a266d59193babcc1c7f20d95a76ac454 100644
|
| --- a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
|
| +++ b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
|
| @@ -27,7 +27,7 @@ class DistillerJsRenderFrameObserver : public content::RenderFrameObserver {
|
| ~DistillerJsRenderFrameObserver() override;
|
|
|
| // RenderFrameObserver implementation.
|
| - void DidStartProvisionalLoad() override;
|
| + void DidStartProvisionalLoad(blink::WebDataSource* datasource) override;
|
| void DidFinishLoad() override;
|
| void DidCreateScriptContext(v8::Local<v8::Context> context,
|
| int extension_group,
|
|
|