| Index: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| diff --git a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| index 11e0bc474ce598eace0d2d9b8ee839ecf326d6b7..73c6133836ab2056a55ec34dc5d903ae2ad40b0d 100644
|
| --- a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| +++ b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| @@ -42,7 +42,6 @@ void DistillerJsRenderFrameObserver::DidFinishLoad() {
|
|
|
| void DistillerJsRenderFrameObserver::DidCreateScriptContext(
|
| v8::Local<v8::Context> context,
|
| - int extension_group,
|
| int world_id) {
|
| if (world_id != distiller_isolated_world_id_ || !is_distiller_page_) {
|
| return;
|
|
|