| Index: third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h
|
| index 8c3269ea55d8f15dc7066c2879a0760558690fc3..fd743f9779fb81d0a740c46a8bc76f572108bbc0 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h
|
| @@ -14,7 +14,7 @@ struct WebDistillabilityFeatures;
|
|
|
| class CORE_EXPORT DocumentStatisticsCollector {
|
| public:
|
| - static WebDistillabilityFeatures collectStatistics(Document&);
|
| + static WebDistillabilityFeatures collectStatistics(Document&, bool isDevMode = false);
|
| };
|
|
|
| } // namespace blink
|
|
|