| Index: components/dom_distiller/core/distillable_page_detector.h
|
| diff --git a/components/dom_distiller/core/distillable_page_detector.h b/components/dom_distiller/core/distillable_page_detector.h
|
| index 220d8b0befba9671152b5ab960fdaa34fb08ea14..fbe36bf88194503e28f26ae0406f49cfa8ef91e9 100644
|
| --- a/components/dom_distiller/core/distillable_page_detector.h
|
| +++ b/components/dom_distiller/core/distillable_page_detector.h
|
| @@ -18,6 +18,7 @@ namespace dom_distiller {
|
| // model.
|
| class DistillablePageDetector {
|
| public:
|
| + static const DistillablePageDetector* GetDefault();
|
| explicit DistillablePageDetector(scoped_ptr<AdaBoostProto> proto);
|
| ~DistillablePageDetector();
|
|
|
|
|