| 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..dd7895841e03a3bcd7fe6708655a81914c9303ab 100644
|
| --- a/components/dom_distiller/ios/distiller_page_ios.h
|
| +++ b/components/dom_distiller/ios/distiller_page_ios.h
|
| @@ -37,6 +37,8 @@ class DistillerPageIOS : public DistillerPage {
|
| // between |DistillPageImpl| and |OnDistillationDone|.
|
| virtual void AttachWebState(std::unique_ptr<web::WebState> web_state);
|
|
|
| + web::WebState* CurrentWebState();
|
| +
|
| // Release the WebState used for distillation. Do not call between
|
| // |DistillPageImpl| and |OnDistillationDone|.
|
| virtual std::unique_ptr<web::WebState> DetachWebState();
|
|
|