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

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

Issue 1650303002: Move DOM-inspecting language detection logic to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 10 months 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
« no previous file with comments | « third_party/WebKit/public/platform/WebLanguageDetectionDetails.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..120fe09be42c1b547c043fdf6db2a433583ecce9 100644
--- a/third_party/WebKit/public/web/WebDocument.h
+++ b/third_party/WebKit/public/web/WebDocument.h
@@ -59,6 +59,7 @@ class WebElementCollection;
class WebString;
class WebURL;
struct WebDistillabilityFeatures;
+struct WebLanguageDetectionDetails;
// Provides readonly access to some properties of a DOM document.
class WebDocument : public WebNode {
@@ -136,6 +137,7 @@ public:
BLINK_EXPORT WebURL manifestURL() const;
BLINK_EXPORT bool manifestUseCredentials() const;
BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures();
+ BLINK_EXPORT WebLanguageDetectionDetails languageDetectionDetails();
#if BLINK_IMPLEMENTATION
WebDocument(const PassRefPtrWillBeRawPtr<Document>&);
« no previous file with comments | « third_party/WebKit/public/platform/WebLanguageDetectionDetails.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698