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 dc9c41356a5ba800ce72a791f5115c551ad4a7b0..893945acc44edb3d9e66591f51f9f7ba35d1cf72 100644 |
--- a/components/dom_distiller/core/distillable_page_detector.h |
+++ b/components/dom_distiller/core/distillable_page_detector.h |
@@ -21,6 +21,7 @@ class DistillablePageDetector { |
public: |
static const DistillablePageDetector* GetDefault(); |
static const DistillablePageDetector* GetNewModel(); |
+ static const DistillablePageDetector* GetLongPageModel(); |
explicit DistillablePageDetector(scoped_ptr<AdaBoostProto> proto); |
~DistillablePageDetector(); |