| Index: components/dom_distiller/core/distiller_page.h
|
| diff --git a/components/dom_distiller/core/distiller_page.h b/components/dom_distiller/core/distiller_page.h
|
| index e80bc59535a5ed2b950a322b69709aea6f503010..142a52b01ffcdcc31ca8f46ec957742e3a54692c 100644
|
| --- a/components/dom_distiller/core/distiller_page.h
|
| +++ b/components/dom_distiller/core/distiller_page.h
|
| @@ -66,6 +66,7 @@ class DistillerPage {
|
| private:
|
| bool ready_;
|
| DistillerPageCallback distiller_page_callback_;
|
| + base::TimeTicks distillation_start_;
|
| DISALLOW_COPY_AND_ASSIGN(DistillerPage);
|
| };
|
|
|
|
|