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

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

Issue 2577203002: Remove use of WebNode/WebElement in translate_helper (Closed)
Patch Set: Minor changes Created 4 years 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 486e11ce89db1f71cd57620841aa04be6aab420c..9ec08b55a7b276a2d4bf467c2f722b8089180f0c 100644
--- a/third_party/WebKit/public/web/WebDocument.h
+++ b/third_party/WebKit/public/web/WebDocument.h
@@ -76,6 +76,8 @@ class WebDocument : public WebNode {
BLINK_EXPORT WebString encoding() const;
BLINK_EXPORT WebString contentLanguage() const;
+ BLINK_EXPORT WebString documentLanguage() const;
jbroman 2016/12/16 16:17:42 Please add comments clarifying the difference betw
adithyas 2016/12/16 21:57:17 Added comments here and to Document.h.
+ BLINK_EXPORT WebVector<WebString> getMetaValues(WebString name) const;
jbroman 2016/12/16 16:17:42 prefer "const WebString&" as an argument type
adithyas 2016/12/16 21:57:17 Done.
BLINK_EXPORT WebString referrer() const;
BLINK_EXPORT WebColor themeColor() const;
// The url of the OpenSearch Desription Document (if any).

Powered by Google App Engine
This is Rietveld 408576698