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

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

Issue 2690903005: Metadata extraction for Copyless Paste (Closed)
Patch Set: Created 3 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
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..a82e7467f88e08109218eec381512ae44063356f 100644
--- a/third_party/WebKit/public/web/WebDocument.h
+++ b/third_party/WebKit/public/web/WebDocument.h
@@ -138,6 +138,7 @@ class WebDocument : public WebNode {
BLINK_EXPORT WebURL manifestURL() const;
BLINK_EXPORT bool manifestUseCredentials() const;
BLINK_EXPORT WebDistillabilityFeatures distillabilityFeatures();
+ BLINK_EXPORT WebString copylessPasteMetadata();
#if BLINK_IMPLEMENTATION
BLINK_EXPORT WebDocument(Document*);

Powered by Google App Engine
This is Rietveld 408576698