| Index: components/dom_distiller/content/distiller_page_web_contents.h
|
| diff --git a/components/dom_distiller/content/distiller_page_web_contents.h b/components/dom_distiller/content/distiller_page_web_contents.h
|
| index 82abe8d530c69155b91bee19b31b41d537a743c8..f2760802018721dbd22720a61efeb718638b0aec 100644
|
| --- a/components/dom_distiller/content/distiller_page_web_contents.h
|
| +++ b/components/dom_distiller/content/distiller_page_web_contents.h
|
| @@ -100,6 +100,7 @@ class DistillerPageWebContents : public DistillerPage,
|
|
|
| // Called when the distillation is done or if the page load failed.
|
| void OnWebContentsDistillationDone(const GURL& page_url,
|
| + const base::TimeTicks& javascript_start,
|
| const base::Value* value);
|
|
|
| // The current state of the |DistillerPage|, initially |IDLE|.
|
|
|