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

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

Issue 2886943003: [Offline Pages] Adding missing image/CSS detection in FrameSerializer. (Closed)
Patch Set: Created 3 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/public/web/WebFrameSerializer.h
diff --git a/third_party/WebKit/public/web/WebFrameSerializer.h b/third_party/WebKit/public/web/WebFrameSerializer.h
index 7aa2dfc1d88606d4eb435ff9c9b8b05d1576f37b..e38420d2d7d093ce941d96069f757845953a5bd0 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