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. |