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