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

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

Issue 1456843002: Finch experiment: auto-detect text encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/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>&);

Powered by Google App Engine
This is Rietveld 408576698