| 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 b81c119690581c5bf3b966291cc692706c415953..16cb6c4557399c5e79a90e454fa92c49ea1ad17b 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -137,6 +137,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>&);
|
|
|