| Index: components/dom_distiller/ios/distiller_page_ios.h
|
| diff --git a/components/dom_distiller/ios/distiller_page_ios.h b/components/dom_distiller/ios/distiller_page_ios.h
|
| index 5bad113052e5f9571bdd37dad842d9264057e5a6..c58387c8522477e84e00e2910e623ffa9a4cbcf8 100644
|
| --- a/components/dom_distiller/ios/distiller_page_ios.h
|
| +++ b/components/dom_distiller/ios/distiller_page_ios.h
|
| @@ -37,6 +37,9 @@ class DistillerPageIOS : public DistillerPage {
|
| // between |DistillPageImpl| and |OnDistillationDone|.
|
| virtual void AttachWebState(std::unique_ptr<web::WebState> web_state);
|
|
|
| + // Returns the WebState handling the current distillation.
|
| + web::WebState* CurrentWebState();
|
| +
|
| // Release the WebState used for distillation. Do not call between
|
| // |DistillPageImpl| and |OnDistillationDone|.
|
| virtual std::unique_ptr<web::WebState> DetachWebState();
|
|
|