| 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 fb75189adac628e00562a5b3d46637fa5a913a60..93476b5d309f47e3790f83779e2c83b3a22c2eed 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
|
| @@ -30,7 +30,6 @@ class DistillerJsRenderFrameObserver : public content::RenderFrameObserver {
|
| void DidStartProvisionalLoad() override;
|
| void DidFinishLoad() override;
|
| void DidCreateScriptContext(v8::Local<v8::Context> context,
|
| - int extension_group,
|
| int world_id) override;
|
|
|
| // Add the mojo interface to a RenderFrame's
|
|
|