Index: third_party/WebKit/public/web/WebDocument.h |
diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h |
index e22107f44cbf8734b45f07dd3d328ce24cde8989..2906b63c5edf2f31f1e91fb864fab5fbf590dbee 100644 |
--- a/third_party/WebKit/public/web/WebDocument.h |
+++ b/third_party/WebKit/public/web/WebDocument.h |
@@ -139,6 +139,9 @@ public: |
BLINK_EXPORT bool manifestUseCredentials() const; |
BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures(); |
+ BLINK_EXPORT bool attemptedToDetermineEncodingFromContentSniffing() const; |
+ BLINK_EXPORT bool encodingWasDetectedFromContentSniffing() const; |
+ |
#if BLINK_IMPLEMENTATION |
WebDocument(const PassRefPtrWillBeRawPtr<Document>&); |
WebDocument& operator=(const PassRefPtrWillBeRawPtr<Document>&); |