Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h

Issue 1972503002: Add flag "distillability-dev" for distillability development Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698