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

Unified Diff: third_party/WebKit/public/web/WebFrameSerializer.h

Issue 2886943003: [Offline Pages] Adding missing image/CSS detection in FrameSerializer. (Closed)
Patch Set: reducing the number of buckets of percentage to 21. Created 3 years, 6 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/public/web/WebFrameSerializer.h
diff --git a/third_party/WebKit/public/web/WebFrameSerializer.h b/third_party/WebKit/public/web/WebFrameSerializer.h
index b6fd31986e62539fef685ab308b8554d814a9186..74d54732a8e7af3638810ba76fba1a0d5fd159b8 100644
--- a/third_party/WebKit/public/web/WebFrameSerializer.h
+++ b/third_party/WebKit/public/web/WebFrameSerializer.h
@@ -68,6 +68,8 @@ class WebFrameSerializer {
virtual bool UseBinaryEncoding() = 0;
virtual bool RemovePopupOverlay() = 0;
+
+ virtual bool UsePageProblemDetectors() = 0;
};
// Generates and returns an MHTML header.

Powered by Google App Engine
This is Rietveld 408576698