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

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

Issue 2709893002: Add render frame observer for CopylessPaste (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..7b1b64697e259af4589851e3baf026e902d14827 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 void extractMetadata();
dcheng 2017/04/02 05:50:34 We would prefer not to add new methods to WebDocum
#if BLINK_IMPLEMENTATION
BLINK_EXPORT WebDocument(Document*);

Powered by Google App Engine
This is Rietveld 408576698