| Index: components/dom_distiller/content/browser/distillability_driver.h
|
| diff --git a/components/dom_distiller/content/browser/distillability_driver.h b/components/dom_distiller/content/browser/distillability_driver.h
|
| index 7e2ca447b076e29f5ed568054bf8598aa3dc3d91..6bb66870ce260b1fb29769e0b0bffbb2af31617b 100644
|
| --- a/components/dom_distiller/content/browser/distillability_driver.h
|
| +++ b/components/dom_distiller/content/browser/distillability_driver.h
|
| @@ -43,8 +43,12 @@ class DistillabilityDriver
|
| void SetupMojoService(content::RenderFrameHost* frame_host);
|
| void OnDistillability(bool distillable, bool is_last);
|
|
|
| + void SetNeedsMojoSetup();
|
| +
|
| base::Callback<void(bool, bool)> m_delegate_;
|
|
|
| + bool mojo_needs_setup_;
|
| +
|
| base::WeakPtrFactory<DistillabilityDriver> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DistillabilityDriver);
|
|
|